Viewing 6 posts - 61 through 66 (of 66 total)
MANU (1/1/2009)
http://www.karaszi.com/SQLServer/info_dont_shrink.asp
If you have decided then decide the target size based on how much space you want to leave in mdf file after shrink...
January 1, 2009 at 4:39 am
As I understand, we need to run SHRINKFILE twice
- First with "NOTRUNCATE" to reallocate spaces
- Second with "TRUNCATEONLY" to reduce size
Is it correct?
And how to calculate "target_size" value of SHRINKFILE?
Thanks
January 1, 2009 at 4:19 am
As about info, is it follow?
- Create a normal windows user (group Users)
- Set security rights: Read-Write for relevant folders that SQL service uses, example folder contains data file, folder...
November 16, 2008 at 8:05 am
Kishore.P (11/10/2008)
use some trace options in SQL Server Service. For info. see SQL BOL.
Could you please explain me about SQL BOL?
Thank you
November 10, 2008 at 3:25 am
Steve Jones - Editor (11/2/2008)
November 10, 2008 at 2:31 am
I'm using SQL2000, version 2000 is still popular
I don't want to use LOCAL SYSTEM because it's said that it's not very security, LOCAL SYSTEM has right as an Administrator of...
November 2, 2008 at 2:00 am
Viewing 6 posts - 61 through 66 (of 66 total)