Viewing 15 posts - 1,081 through 1,095 (of 3,738 total)
GilaMonster (3/3/2013)
Welsh Corgi (3/3/2013)
How do you check what the rollback session is waiting for?
GilaMonster
Same way you check what any session is waiting for, sys.dm_exec_requests
If you believe that Kill with...
March 3, 2013 at 5:18 pm
Try executing these queries:
SELECT *
FROM sysmail_mailitems
GO
GO
SELECT *
FROM sysmail_log
GO
SELECT *
FROM sysmail_sentitems
SELECT *
FROM sysmail_allitems
SELECT *
FROM sysmail_event_log
March 3, 2013 at 5:14 pm
GilaMonster (3/3/2013)
It does work, it's the correct and only way to get the rollback status and progress.Check what the rolling back session is waiting for.
My experience is that it does...
March 3, 2013 at 2:02 pm
GilaMonster (3/3/2013)
You gave the command in your first post. KILL <spid> WITH StatusOnly
Well that does not work. I get 0% of 0%.
Thank you.
March 3, 2013 at 1:50 pm
How can you check the progress of a rollback?
March 3, 2013 at 11:40 am
GilaMonster (3/3/2013)
Welsh Corgi (3/3/2013)
GilaMonster (3/3/2013)
Welsh Corgi (3/3/2013)
March 3, 2013 at 10:59 am
GilaMonster (3/3/2013)
Welsh Corgi (3/3/2013)
March 3, 2013 at 10:43 am
The block went away.
I did several searches and btw I did not expect you to search for me. I thought that you might have a favorite.
I like the following.
SELECT
...
March 3, 2013 at 10:39 am
I just configured Database Mail on 3 Servers on Friday. Make sure the login you use for the account does not expire.
To clean up I would do the following:
USE msdb
GO
DECLARE...
March 3, 2013 at 10:21 am
GilaMonster (3/3/2013)
Welsh Corgi (3/3/2013)
The blocking has been going on for nearly an hour.
I would have thought that there would have been a...
March 3, 2013 at 9:53 am
I have blocking going on between 2 different developers.
The blocking has been going on for nearly an hour.
I would have thought that there would have been a deadlock victim by...
March 3, 2013 at 9:11 am
The blocking that occurred happened yesterday was from a Statement that was Deleting from a Table using a Subquery.
This query was placing Exclusive Table Locks.
on two tables.
The Transaction Log was...
February 27, 2013 at 6:26 am
I would save the package and then create a solution and add the package to the solution.
Then you may edit the code page.
Saving the package and running it should provide...
February 26, 2013 at 4:49 pm
I'm using Windows Server 2008 and I believe that it is Powershell 2.0.
I'm open to various options.
Thanks.
February 13, 2013 at 12:08 pm
Viewing 15 posts - 1,081 through 1,095 (of 3,738 total)