Viewing 15 posts - 46 through 60 (of 91 total)
This was very helpful, especially the second article. Thank you kindly.
March 19, 2009 at 11:53 am
Steve, there are only 2 tables that are heavily deleted from and inserted into. those are the ones that would need any type of defragmenting on a somewhat regular...
February 20, 2009 at 12:46 pm
Steve, what is the best way to schedule this say weekly? Is it best to use ALTER INDEX, DBCC DBREINDEX or some other method? Thank you.
February 20, 2009 at 12:04 pm
I am using the batch method with 100000 row chunks and it is working very well. There is very little to no logging occurring. My question is with...
February 20, 2009 at 11:52 am
This will not work because select into will not give me the true definition of the table, specifically the division_id which is a computed column. I suppose I could...
February 19, 2009 at 12:51 pm
Thank you for the explanation. That helps a lot. 🙂
-David
October 13, 2008 at 10:26 am
This is nice! Could you please provide a description of what the following columns mean:
user_seeks
system_seeks
user_scans
system_scans
user_lookups
system_looksups
user_updates
system_updates
score
What should I bee looking for here? What red flags should I look for?
Also,...
October 13, 2008 at 6:50 am
The primary key is actually on order_id, retailer_id and transition_seq. The situation is orders are stored by stores and a sequence. for some reason order ids are NOT...
August 6, 2008 at 9:41 am
David, thank you for the input. Being that this is just for SS 2005 + I am forced to use sp_who2 and DBCC INPUTBUFFER(spid).
I would like to use a...
July 21, 2008 at 7:01 am
Jeff, yes it was a CPR error. I have expressed the same concerns pertaining to using the shrinkdatabase command in this daily maintenance routine however the higher authorities insist...
July 7, 2008 at 6:37 am
Yes you are correct. But this works fine.
DECLARE
@DBName VARCHAR(100),
@sql NVARCHAR(4000),
SELECT @sql...
July 3, 2008 at 11:33 am
The WHERE database_id > 4 works fine.
Thank you Markus.
-David
July 3, 2008 at 10:10 am
Viewing 15 posts - 46 through 60 (of 91 total)