Groups | Blog | Home
all groups > sql server programming > january 2004 >

sql server programming : Auto shrink?


oj
1/21/2004 2:51:52 PM
No. It affects both the data and log. This is similar to running dbcc
shrinkdatabase.

--
-oj
http://www.rac4sql.net


[quoted text, click to view]

Lasse Edsvik
1/21/2004 11:34:10 PM
Hello

when i rightclick db, choose properties and go to the options-tab.
there are an "Auto shrink"-option there.

what does it do? auto shrink logfile?

/Lasse

Lasse Edsvik
1/22/2004 9:40:58 AM
i only have like 150mb space for my db, is that a good option to have then?

or isnt it "safe"?

/Lasse


[quoted text, click to view]

oj
1/23/2004 5:39:01 PM
That's a *pretty* small db. Having automatic shrink on this small db should
be bad because it should take long to complete.

It's quite safe for the most part. However, I personally like to handle that
myself by setting up sql job for such maintenance.

--
-oj
http://www.rac4sql.net


[quoted text, click to view]

AddThis Social Bookmark Button