Viewing 10 posts - 1 through 10 (of 10 total)
JIM HOLCOMB,
a text from SQL Books Online please go through...It only reduces empty free space of Transact log only. and once you set the "truncate on check...
September 4, 2005 at 7:44 am
Jim,
Do the following and your problem will be solved
sp_dboption 'Database_Name','AutoShrink','ON'
go
sp_dboption 'Database_Name','trunc. log on chkpt.','ON'
go
DBCC ShrinkDatabase('Database_Name',10)
go
This way your transaction log will remain smaller in size.
LeoAugust
September 4, 2005 at 1:21 am
hi Ruberli,
Their is no need to run the backup every now and then, you set the database option such that you dont have to do this again and again
do the...
September 2, 2005 at 1:10 am
Thanks Donaldw and Remi
Thanks guys for all your valuable support, I have tried install MS SQL Server Pack 3 and all the Default as well as
September 1, 2005 at 8:11 am
Remi / Donaldw
Here is the windows log i have copied only the required portion, i thinking it is listening only on Shared memory and also it has given one warning...
August 30, 2005 at 1:15 am
Remi / Donaldw
My errorlog reads something like this
2005-08-26 10:11:43.94 server SQL Server is ready for client connections
2005-08-26 10:11:43.94 server SQL server listening on Shared Memory.
2005-08-26 10:11:13.21 spid3 Recovery complete.
2005-08-26 10:11:12.98 spid5 Starting up database...
August 29, 2005 at 3:04 am
Donaldw / Remi,
I am using Sql mixed mode to access the server.
Leoaugust
August 27, 2005 at 12:15 am
Thanks Donaldw,
I have not checked the ErrorLog, i will certainly. But i have checked few other things like, I am not able to access the Sql Server by IP Address...
August 27, 2005 at 12:07 am
Thanks for reply,
We have disabled our firewall which on by default in WIN XP SP2.
Still the problem persist.
Point 2 is not understood properly.
In our server network utility...
August 26, 2005 at 5:41 am
Dear freind,
use the following options and run them in Sql Query Analyzer
in place 'pubs' use ur database name, it will set the database option of autoshrink on and also set...
August 25, 2005 at 11:59 am
Viewing 10 posts - 1 through 10 (of 10 total)