December 2, 2011 at 9:57 pm
i see a negative spid (-3) blocking my ssis package execution. I couldnt find much info on this. Any help is appreciated. Thanks
December 2, 2011 at 10:24 pm
It is a deferred transaction.
Check this article for more info.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
December 3, 2011 at 10:22 am
thanks..i am not sure why is that happening, but the problem here i am trying to resolve is there is an ETL process which for some reason brings down the database to recovery mode( basically crashes the db with stack dump messages). i have the latest sp on an 2008 R2. Any clue?
December 3, 2011 at 10:32 am
That is different than the -3 spid.
Post the error messages you are getting.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
December 3, 2011 at 11:31 am
SQLRNNR (12/3/2011)
That is different than the -3 spid.Post the error messages you are getting.
Spid -3 happens after the crash. I am attaching the stack dump which occurs first and then the db goes into recovery mode. I know MSFT can only interpret the stack dumps just wondering if u have any idea whats gng on here.We did dbcc on the db and one of the tables was corrupted , we fixed it however still the db went in recovery mode. I am running the dbcc check now, most likely another table is corrupt. Trying to find out why is the table getting corrupted.
Thanks
December 3, 2011 at 11:43 am
If you have a repeatable crash, I recommend you call MS support.
Spid -3 is a symptom, not the problem itself.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
December 3, 2011 at 6:50 pm
GilaMonster (12/3/2011)
If you have a repeatable crash, I recommend you call MS support.Spid -3 is a symptom, not the problem itself.
Surprisingly it ONLY happens for the database which has to process large amount of data for others it just runs fine. May be i should run a trace and see which point it is failing. Any thoughts on this?
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply