Viewing 15 posts - 46 through 60 (of 617 total)
peter.row (7/11/2014)
If you are doing dynamic SQL then unless...
July 11, 2014 at 7:18 am
Excellent point. I should have included sp_whoisactive in the article. It is an awesome tool.
July 2, 2014 at 9:21 am
I've had days where killing the developer was discussed. Primarily when an Access query was left open over the weekend and blocked the batch cycle that ran at 2am...
July 1, 2014 at 10:55 am
Yes if you use KILL to end a transaction it will be rolled back and any changes made by that transaction will no longer exist. Unfortunately sometimes there is...
July 1, 2014 at 6:05 am
The KILL command does end the transaction being run under the specified SPID. It then has to roll back of course so there may be a delay depending on...
July 1, 2014 at 5:30 am
My top two "bad data" lessons both come under the heading of "my own damn fault"
May may years ago I was running some final tests to confirm a move to...
June 23, 2014 at 9:43 am
Excellent question. I particularly liked the format.
I had it narrowed down to 2 choices but couldn't remember the specific errors for each! Darn it. Good thing I...
March 20, 2014 at 10:22 am
WayneS (5/7/2013)
Kenneth.Fisher (5/6/2013)
March 14, 2014 at 10:55 am
sneumersky (1/17/2014)
Charles Kincaid (1/17/2014)
Just always, ALWAYS remember the order of execution.
I added the emphasis. Yes, understanding this execution order is why I have been able to write good performance...
January 19, 2014 at 7:55 pm
paul.knibbs (10/21/2013)
Seems I get caught out by this alias behaviour every time they ask a question about it... :pinch:
+1
Great question!
October 21, 2013 at 8:41 am
Ford Fairlane (10/3/2013)
Not a big fan of questions involving deprecated features, that never seem to go away.
Personally I like these. It always helps to know additional ways to do...
October 7, 2013 at 9:19 am
Not that I know of. Do you have the specific error?
Just a thought. If you haven't already done this you might try making a backup copy and...
September 9, 2013 at 9:18 pm
If I understand what you are asking what you are looking for is DTEXEC.exec at the beginning of the command.
I did a blog on creating SSIS commands here[/url] that may...
September 9, 2013 at 3:56 pm
Viewing 15 posts - 46 through 60 (of 617 total)