Viewing 15 posts - 9,211 through 9,225 (of 9,248 total)
in perfmon under Memory check "available bytes" too.
July 11, 2008 at 3:18 pm
i could be wrong but i get the feeling he was trying to achieve it without the use of a cursor
July 11, 2008 at 3:12 pm
BOL implies this is done on a transactional basis not a time basis?
July 11, 2008 at 3:07 pm
check this info on recovery interval option
http://msdn.microsoft.com/en-us/library/ms191154.aspx
checkpoints occur for a number of reasons
July 11, 2008 at 1:14 pm
what are you shrinking data files or log files
SQL server will not shrink past an active portion of the file, if that happens to be near the end of the...
July 11, 2008 at 12:53 pm
or choose script to new query window then close it and save as .sql script
July 11, 2008 at 12:41 pm
balbirsinghsodhi (7/11/2008)
or you do not have permission.
balbirsinghsodhi (7/11/2008)
Actually, Some Analytical users are using this database and they create whatever they want.
local temp tables should normally clear up when out of...
July 11, 2008 at 12:39 pm
GilaMonster (7/11/2008)
The related effect of the fill factor is to increase the number of pages in the index.
and consequently the overall file size.
it would be interesting to see what happens...
July 11, 2008 at 8:35 am
assuming he is seeing a public IP address, my guess is he isn't
July 11, 2008 at 6:03 am
thanks Gail, i had a look at that. Re run the script but this time play around with the fill factor...
July 11, 2008 at 5:59 am
AFAIK the only time its really valid to use a select * is inside a correlated query, dont know if anybody else can add to or confirm this
July 11, 2008 at 1:48 am
do you mean reorganise vs drop and create rather than rebuild vs drop and create
July 11, 2008 at 1:37 am
wow, never tested it Gail. How would it account for a different fill factor though?
Agree with the last point though, dont shrink!
July 10, 2008 at 10:24 am
if you are going to shrink, at least do it after the index rebuild as pages will be moved around. If you specified a fill factor of 50 for instance...
July 10, 2008 at 10:13 am
Viewing 15 posts - 9,211 through 9,225 (of 9,248 total)