Viewing 15 posts - 466 through 480 (of 860 total)
J.K (3/26/2009)
Really you are superb krishna:-D
Ohh thanks 🙂
March 26, 2009 at 11:39 am
Fraggle (3/26/2009)
dbcc traceon (1204, 1205, 1222, 3406, -1)
None of the trace flags would not cause anything to Tlog backups. But, to trace deadlock graph why would you want to enable...
March 26, 2009 at 11:36 am
No problem, you are Welcome 🙂
March 26, 2009 at 11:20 am
John H. Higgins (3/26/2009)
YesAnd I've done a restore. All is well thanks.
jhh
Are you not doing any root cause analysis and find out where the problem could be? mostly due...
March 26, 2009 at 11:19 am
DataBase Assassin (3/19/2009)
Databases that have a compatibility level of 70 (SQL Server version...
March 26, 2009 at 11:09 am
have you got Trace flag 1222 enables on your server? If so, enable and it records the dead lock events in the error log.
check out bart's blog and get more...
March 26, 2009 at 10:23 am
koteswara kishore K. (3/26/2009)
Thanks for the update.
My table having indexes, normalization and all other statistics are good.
But we are facing a latency when we are using this...
March 26, 2009 at 10:17 am
Nope a Principal and a Mirror always form a pair. so, you cannot have multiple principals to a mirror or multiple mirrors to a principal unlike Log shipping where...
March 26, 2009 at 10:13 am
Yes, it is enabled by default, the best way is to create a job to dump the data from the trace.
Check this one out:
http://www.sqlservercentral.com/articles/SQL+Server+2005/64547/
and this one:
March 26, 2009 at 10:01 am
dharaneeswar_reddy (3/26/2009)
hi,please help me if there is any option in sql server to take backup all the data and schema of a database excluding transactional log data.
What does it...
March 26, 2009 at 5:58 am
raju.tanneeru (3/26/2009)
March 26, 2009 at 5:55 am
I thought you gone through the article. The best way to know issues on your serve is to monitor it.
Abi Chapagai (3/25/2009)
March 25, 2009 at 7:10 pm
Abi Chapagai (3/25/2009)
Any of you have any solution for this please?
Can you elaborate your situation so that any one can help please?
March 25, 2009 at 6:51 pm
dallas13 (3/25/2009)
1)backup all user databases
2)backup log for all user databases
3)reorganize index
4)rebuild index
5)update statistics
6)cleanup backup history task
this job used to run...
March 25, 2009 at 6:46 pm
Viewing 15 posts - 466 through 480 (of 860 total)