Viewing 15 posts - 61 through 75 (of 79 total)
Hi Arthur,
Best of Luck,
Regards
Binu John
June 3, 2005 at 3:17 am
Thanks Ken,
But hope that I have made the statement against deadlocks and not of normal blocks.
Rgds
Binu John
June 2, 2005 at 3:23 am
Hi MeenakshiSundaram Lakshmanan,
The trucation of logs depends on different scenario. If the Tr.log is not replicated then that log will not truncate while you take backup.You can also specify to...
June 2, 2005 at 12:20 am
Although deadlocks cannot be avoided completely, the number of deadlocks can be minimized. Minimizing deadlocks can increase transaction throughput and reduce system overhead. Dead locks can be redused in following...
June 1, 2005 at 10:02 pm
Hi De,
Its the time in milliseconds that the cpu has spent working.
May 31, 2005 at 11:19 pm
Dear mark,
Thanks..a ton
May 31, 2005 at 7:11 am
I simply killed that session after knowing that user has quited.
May 31, 2005 at 6:44 am
Yes I have also faced the same issue..
May 31, 2005 at 5:32 am
This information is not sufficient to help you out.But from the spid given, you can find out the Pid(process Id)from sysprocess(select hostprocess from master..sysprocesses where spid=137). Using the pid you...
May 29, 2005 at 11:49 pm
Kindly tell me where is DBCC IND in sql server
May 27, 2005 at 3:32 am
You can also use sysprocesses system table in query analyser where you can decide which are the fields you want..Like cpu,IO utalization,machine name,spid,loginame etc...
May 27, 2005 at 2:20 am
Can anybody help me..
I can not found DBCC IND in Books onlone.Where I can locate it?
Thanks in advance
May 27, 2005 at 2:11 am
Use Trace Flag Dbcc trace on(1807)
May 27, 2005 at 12:14 am
Hi Mark,
Date field allows nulls but make sure that your front end doesnt pass any default date values
May 26, 2005 at 12:59 am
Viewing 15 posts - 61 through 75 (of 79 total)