Viewing 15 posts - 106 through 120 (of 337 total)
Wayne,
Thanks for the reply. The "NOT UPDATE" was exactly what I was looking for. I didn't think of trying that. I also didn't realize that if an update doesn't actually...
February 1, 2010 at 6:37 am
I thought I might be able to set the value of the param to a new value with the N' prefix but I think that might require some dynamic SQL....
December 17, 2009 at 2:20 pm
Jack,
Thanks for the reply. I thought it should convert it automatically too because I set the param @Name as an NVARCHAR but it doesn't work that way for me. Not...
December 17, 2009 at 2:08 pm
Bru,
I had a chance to run your script and it does work. One word of advice is you should run that procedure as soon as you see the offending Process....
November 23, 2009 at 7:54 am
Bru,
Interesting article and script. I am not in front of SQL again till monday however I will give this a go as soon as I can. If I get some...
November 21, 2009 at 7:38 am
Bru,
Yes you are correct... however there can be many jobs running at any one given time. I could see what jobs are running by using the Job Activity Monitor but...
November 20, 2009 at 2:59 pm
Bru,
That's where I was looking. Thanks for the reply though.
November 20, 2009 at 2:11 pm
I actually "fixed" this issue already but I was looking for another way to do it using this logic. Using Rowcount to verify commited changes can be a faulty way...
November 4, 2009 at 9:15 am
Yes if the second update fails it will Rollback the first update.
When the trigger that fires on the second update does a rollback (reversing the update) the RowCount for that...
November 4, 2009 at 8:51 am
GSquared,
Thanks for the reply. I figured I could achive it with the Count(*) I just didn't know if there was another way.
I actually had another question too...it's is off topic...
November 3, 2009 at 5:46 pm
Thank you both for the responses... now it's time to go weild my newly armed skills - lookout!
October 13, 2009 at 7:09 am
Jack,
Thanks for the reply.
The datatype is datetime are not smalldatetime.
If I remove all references to the 'Active' Column on that table in the Large Read Query then the...
October 13, 2009 at 7:01 am
Thanks Jeff for the reply.
These were logical reads. I just figured that a few hundred milliseconds didn't outweigh the 10s of thousands of reads I was reducing the query by....
October 12, 2009 at 3:02 pm
I missed the @Body = @Body + part....
That does work. Thanks for the help.
October 9, 2009 at 10:57 am
Yeah but I want to get messages for multiple invoices in one email.... so I would still have to do a loop or a cursor with your code.
October 9, 2009 at 9:37 am
Viewing 15 posts - 106 through 120 (of 337 total)