Viewing 15 posts - 196 through 210 (of 442 total)
Andrew G (7/3/2013)
July 8, 2013 at 1:10 pm
Joie Andrew (7/8/2013)
July 8, 2013 at 5:36 am
Thank you all for your feedbacks.
I checked with the user now and it seems it resolved itself. Maybe as you guys mentioned, it was due to some long running...
June 24, 2013 at 10:53 am
Sean Lange (6/24/2013)
SQLCrazyCertified (6/24/2013)
Sean Lange (6/24/2013)
SQLCrazyCertified (6/24/2013)
When a user tries to edit a table, he is getting a timeout error.
Here is a brief details about the error.
"Executed SQL Stmnts:...
June 24, 2013 at 9:49 am
Sean Lange (6/24/2013)
SQLCrazyCertified (6/24/2013)
When a user tries to edit a table, he is getting a timeout error.
Here is a brief details about the error.
"Executed SQL Stmnts: "the stmnts" from...
June 24, 2013 at 9:03 am
J Good (6/17/2013)
SELECT TOP (250) p.NAME AS [SP Name]
,qs.execution_count
,ISNULL(qs.execution_count / DATEDIFF(Second, qs.cached_time, GETDATE()), 0) AS [Calls/Second]
,qs.total_worker_time / qs.execution_count AS [AvgWorkerTime]
,qs.total_worker_time AS [TotalWorkerTime]
,qs.total_elapsed_time
,qs.total_elapsed_time / qs.execution_count AS [avg_elapsed_time]
,qs.cached_time
FROM sys.procedures...
June 17, 2013 at 3:50 pm
bitbucket-25253 (6/15/2013)
we need filtered dump (only once) on the exception 12345 then we can enable trace flag 2551,8026 :
dbcc traceon (8026,2551,-1)
2551 –> To configure the filtered dump
8026 –>To clear...
June 15, 2013 at 7:36 pm
Matthew Darwin (6/11/2013)
I've seen interesting things with tempdb following runaway transactions whereby the log showed a negative available...
June 11, 2013 at 7:16 am
george sibbald (6/10/2013)
June 10, 2013 at 11:04 am
Why don't you guys run dbcc inputbuffer (spid#)
It will show which tsql code is currently running.
SueTons.
May 15, 2013 at 5:43 am
Thanks Sean & Lowell. I'll test and see.
SueTons.
April 26, 2013 at 2:48 pm
Sean Lange (4/26/2013)
SQLCrazyCertified (4/26/2013)
April 26, 2013 at 2:05 pm
gaddamshiva (4/21/2013)
Hi,i need .bak files for testing purpose. where can i get that files........
Regards,
shiva
I don't understand your question, you are missing your backup files? And you...
April 21, 2013 at 4:18 pm
If these servers have mirroring in place, when the principal server shuts down, do I need to shutdown the mirror server(DR) as well? Or it's okay to leave mirror...
April 18, 2013 at 8:46 am
Viewing 15 posts - 196 through 210 (of 442 total)