Viewing 15 posts - 391 through 405 (of 1,129 total)
SQLQuest29 (11/2/2012)
sqldba_newbie (10/30/2012)
I have gone through many many different forums in trying to identify my tempdb issues. None of the queries are giving me the data i want. Basically...
November 2, 2012 at 2:36 pm
ChrisM@Work (10/31/2012)
sqldba_newbie (10/28/2012)
my bad...i have updated the code now...thanksWhere? Without knowing how #sid is populated, it's impossible to do what you are asking.
CREATE TABLE #Sid
(
...
October 31, 2012 at 9:02 am
GilaMonster (10/30/2012)
October 30, 2012 at 2:16 pm
GilaMonster (10/30/2012)
When shrinking a log file, you can't shrink past the active portion...
October 30, 2012 at 1:38 pm
GSquared (10/30/2012)
October 30, 2012 at 1:16 pm
GSquared (10/30/2012)
October 30, 2012 at 1:14 pm
ChrisM@home (10/28/2012)
sqldba_newbie (10/28/2012)
October 28, 2012 at 7:17 pm
GilaMonster (10/25/2012)
What wait type is the query incurring?
shows as NULL
October 25, 2012 at 1:57 pm
GSquared (10/25/2012)
Try this one: sys.dm_exec_requests
wait_type = NULL
wait_time =0
last_wait_type=SOS_SCHEDULER_YIELD
wait_resource= [blank]
status=running
October 25, 2012 at 1:17 pm
GSquared (10/25/2012)
October 25, 2012 at 1:09 pm
GSquared (10/25/2012)
Really can't tell from what little you've posted. Not sure what you'd have to post to help. Sporadic, no-repro issues like that almost always require...
October 25, 2012 at 12:52 pm
SQLRNNR (10/22/2012)
sqldba_newbie (10/22/2012)
Vegard Hagen (10/22/2012)
All temporary objects created in tempdb must be dropped when...
October 23, 2012 at 6:32 pm
Vegard Hagen (10/22/2012)
All temporary objects created in tempdb must be dropped when you're done...
October 22, 2012 at 9:47 pm
Viewing 15 posts - 391 through 405 (of 1,129 total)