Click here to Skip to main content
15,905,566 members
Home / Discussions / Database
   

Database

 
GeneralRe: Allow Zero Length Pin
Anthony988716-Jul-03 6:49
Anthony988716-Jul-03 6:49 
Generalsubmitting a ' in a string to sql Pin
DxSolo15-Jul-03 17:03
DxSolo15-Jul-03 17:03 
GeneralRe: submitting a ' in a string to sql Pin
Nino_115-Jul-03 17:22
Nino_115-Jul-03 17:22 
GeneralRe: submitting a ' in a string to sql Pin
DxSolo16-Jul-03 3:18
DxSolo16-Jul-03 3:18 
GeneralRe: submitting a ' in a string to sql Pin
DxSolo16-Jul-03 3:56
DxSolo16-Jul-03 3:56 
GeneralRe: submitting a ' in a string to sql Pin
Simon_uk16-Jul-03 3:58
Simon_uk16-Jul-03 3:58 
GeneralRe: submitting a ' in a string to sql Pin
Arjan Einbu17-Jul-03 0:40
Arjan Einbu17-Jul-03 0:40 
GeneralTransaction Log File Growing Out Of Control !! Pin
Nino_115-Jul-03 16:30
Nino_115-Jul-03 16:30 
Has anyone had the same experience?

I have multiple databases on a SQL Server 2000 Enterprise Box.

OS: Windows 2000 Advanced Server.

SQL: Enterprise SQL Server 2000


I checked the disk space cause the space was getting a little low, and then D'OH Eek! | :eek:

The Log Files were 14.9GB in size.

I ran a script through QA and shrunk the log files to an acceptable size, but before, I had to set the database recovery option to Simple from Full.

Script:

USE DATABASENAME

-- FileName as it is in sysdevices, Size in MB's

DBCC SHRINKFILE (FILENAME_LOG, 1000)

GO


Is this sort of thing a normal occurence in SQL Server 2000?

Thanks.



Tony
GeneralRe: Transaction Log File Growing Out Of Control !! Pin
Arjan Einbu17-Jul-03 0:46
Arjan Einbu17-Jul-03 0:46 
GeneralRe: Transaction Log File Growing Out Of Control !! Pin
Mike Dimmick17-Jul-03 3:10
Mike Dimmick17-Jul-03 3:10 
GeneralNeed _easily deployable_ C#/.NET Oracle connectivity Pin
dratti15-Jul-03 2:43
dratti15-Jul-03 2:43 
GeneralRe: Need _easily deployable_ C#/.NET Oracle connectivity Pin
kev_in25-Jul-03 13:49
kev_in25-Jul-03 13:49 
GeneralEnumerating MSDE servers using SQLDMO Pin
apferreira14-Jul-03 13:32
apferreira14-Jul-03 13:32 
Generalbcp command problem Pin
si_6914-Jul-03 0:05
si_6914-Jul-03 0:05 
GeneralRe: bcp command problem Pin
basementman14-Jul-03 7:05
basementman14-Jul-03 7:05 
GeneralGet databse name Pin
Hoang Dung12-Jul-03 7:54
Hoang Dung12-Jul-03 7:54 
GeneralRe: Get databse name Pin
William Bartholomew14-Jul-03 1:44
William Bartholomew14-Jul-03 1:44 
Generalnewbie question about tracking database changes Pin
Anonymous11-Jul-03 12:12
Anonymous11-Jul-03 12:12 
GeneralRe: newbie question about tracking database changes Pin
Not Active11-Jul-03 15:45
mentorNot Active11-Jul-03 15:45 
GeneralPorting to Oracle V's DB2 from Access 2000 Pin
Giles10-Jul-03 23:52
Giles10-Jul-03 23:52 
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Heath Stewart11-Jul-03 8:19
protectorHeath Stewart11-Jul-03 8:19 
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Mike Dimmick12-Jul-03 4:11
Mike Dimmick12-Jul-03 4:11 
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Heath Stewart12-Jul-03 7:18
protectorHeath Stewart12-Jul-03 7:18 
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Mike Dimmick12-Jul-03 7:24
Mike Dimmick12-Jul-03 7:24 
GeneralRe: Porting to Oracle V's DB2 from Access 2000 Pin
Heath Stewart12-Jul-03 7:32
protectorHeath Stewart12-Jul-03 7:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.