Viewing 15 posts - 12,571 through 12,585 (of 18,923 total)
Select * from msdb.dbo.SysJobHistory where Run_Status = 4 AND job_id = '3017EDE7-E5AC-4ECA-A376-FCEA13AD57DC'
Run_Status = 4 means that the step is running, look at the same table to find the correct job_id.
October 18, 2005 at 1:02 pm
You can go in Edit post / Delete to remove one of them.
October 18, 2005 at 12:48 pm
Yes... try opening a transaction and executing something that will violate a constraint. The whole operation will be rolled back.
October 18, 2005 at 9:59 am
Tripple post due to memory exception.
Finish the thread here : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=23&messageid=229771
October 18, 2005 at 9:29 am
Tripple post due to memory exception.
Finish the thread here : http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=23&messageid=229771
October 18, 2005 at 9:29 am
335K rows in 15 seconds isn't really slow. What are the server specs. What is the execution plan?
October 18, 2005 at 9:27 am
union will do a DISTINCT select of the 2 result sets hence the order changing, use union all of you don't want that to happen.
October 18, 2005 at 9:26 am
Doesn't matter. There's always a transaction to rollback if a major error occurs.
October 18, 2005 at 6:27 am
you can do them all in one shot by removing the where login=@manualindex. Other than that it's hard to shorten the code.
October 17, 2005 at 9:06 pm
What's the query ran from QA?
October 17, 2005 at 12:12 pm
I'm gonna go on a limb here and say that it shouldn't be too hard to write such a generator (especially since I ain't gonna try to write it ATM...
October 17, 2005 at 12:10 pm
What if a trigger code generator was built so that the trigger would use static sql?
October 17, 2005 at 11:52 am
It can be done in a set based approach.
This is an exemple of a way to do it in Yukon... I'll try to see if I can do...
October 17, 2005 at 8:47 am
Viewing 15 posts - 12,571 through 12,585 (of 18,923 total)