Viewing 15 posts - 34,066 through 34,080 (of 49,552 total)
Bill Jackewicz (2/11/2010)
It did take 20-25% longer (~10hours) to rollback than the elapsed time prior to killing the query (~8 hours).
That's normal.
February 11, 2010 at 8:38 am
I can't see anything catastrophically wrong. Not like the 'fixing of a suspect DB earlier this week'
Yes, the index diagram is slightly incorrect (the root has a single page), the...
February 11, 2010 at 4:28 am
First question: Why do you need to rebuild the transaction log? That's not something to do lightly.
Take a look at this: http://sqlinthewild.co.za/index.php/2009/06/09/deleting-the-transaction-log/
February 11, 2010 at 3:31 am
The fact that DTA doesn't find anything, doesn't mean that there isn't opportunity for improvement. DTA is questionable at best.
February 11, 2010 at 3:26 am
RichardBo (2/11/2010)
What does SARG mean?
Searchable ARGument. It means a predicate in the where clause that can be used for an index seek operation. As a very high level summary, that's...
February 11, 2010 at 3:25 am
Yes, it is possible. Same as installing two instances anywhere.
February 11, 2010 at 2:32 am
Joy Smith San (2/11/2010)
February 11, 2010 at 2:29 am
Someone (who's using a computer with the name given in hostname XYZ) is running the KILL command and killing processes.
Find the person and tell them to stop.
That's likely not the...
February 11, 2010 at 2:05 am
imtiazm (2/11/2010)
The database is still suspect , so i can put into emergency mode and access the data.
It's highly unlikely that you're going to get all the data back....
February 11, 2010 at 1:50 am
That's a really vague question. There's nothing inherently wrong with nested loop joins and constant scans. Is it slow? Is there blocking? Are there timeouts?
DTA indexes should be tested and...
February 11, 2010 at 1:49 am
You don't need to enable traceflag 3605.
1204 writes the deadlock graph into the error log
1205 writes some of the deadlock search info into the error log.
3605 redirects some output...
February 11, 2010 at 1:28 am
RBarryYoung (2/10/2010)
February 11, 2010 at 1:24 am
Jeff Moden (2/10/2010)
February 11, 2010 at 1:23 am
ALZDBA (2/10/2010)
If I'm correct, with sql2005 the db would be available far more earlier than with sql2000.
Enterprise edition only.
February 11, 2010 at 1:12 am
Bill Jackewicz (2/10/2010)
2.) What happens if I issue a TRUNCATE TABLE...
February 10, 2010 at 11:35 am
Viewing 15 posts - 34,066 through 34,080 (of 49,552 total)