Viewing 15 posts - 36,706 through 36,720 (of 49,562 total)
manohar (8/31/2009)
Table 'ScheduleUser'. Scan count 0, logical reads 3, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob...
August 31, 2009 at 6:56 am
Sorry, don't understand the question. What version?
August 31, 2009 at 5:36 am
Read the rest of that thread. The post that you quite is speaking purely about the idea of using a trigger and is incorrect as well.
August 31, 2009 at 5:03 am
That exec plan looks pretty optimal. Not much that can be done other than widening indexes to get rid of the lookups.
How long is that taking?
Is there blocking?
What...
August 31, 2009 at 4:58 am
FredS (8/31/2009)
I just saw a post on a forum that said if two users fire the same stored procedure at the same time there would be problems.
Anything more specific than...
August 31, 2009 at 4:33 am
You still haven't mentioned the retention period. How long does the data have to be kept? Is older data changed, or is it read-only?
You say updates are slow. Have you...
August 31, 2009 at 4:21 am
Ok, you need a couple indexes and a partial query rewrite. I have no idea how SQL 2000 was executing this, seeing as it would have had to do table...
August 31, 2009 at 4:08 am
tvantonder (8/31/2009)
I need to attach 2005 DB'd in 2008 server without the upgrade. Is this possible.
It is not possible. When a DB is restored or attached to SQL 2008 it...
August 31, 2009 at 3:36 am
Script or routine for what?
What maintenance are you doing on the log? Why is it so large (hint, see sys.databases for the log_reuse_wait_descr column for the reason). What recovery model?
August 31, 2009 at 3:33 am
I've worked with unpartitioned tables with over 150 million rows in. That's equivalent to 2 and a half months of your data. It's manageable and a few million is not...
August 31, 2009 at 3:32 am
That's odd. Must be something in the log that the backup needs, maybe an open transaction
Also, I have to ask, a 61 GB log file with a 560 MB data...
August 31, 2009 at 1:59 am
I understand what it is you want. What I'm curious about is why you want to see any one of the child rows. Usually for this kind of thing there's...
August 31, 2009 at 1:57 am
Integrity check has to read every single page in the database. That's going to read a lot from disk.
August 31, 2009 at 1:54 am
Viewing 15 posts - 36,706 through 36,720 (of 49,562 total)