Viewing 15 posts - 5,701 through 5,715 (of 7,191 total)
OK, that's a good start. When I run that on one of my servers, it returns the name of a job whose next run date is in the past...
October 6, 2010 at 1:40 am
Colin
Could your login and the SQL Agent login be interpreting the data 08/11/2009 differently? If you express it in the form 20091108 then there will be no ambiguity.
John
October 5, 2010 at 5:49 am
Gail, that's fair enough. I suppose what it means is that, since the WHERE clause is being supplied as a parameter to the stored procedure, we could end up...
October 5, 2010 at 2:58 am
I wouldn't advise you to do this, for the following reasons:
(1) SQL Injection, as already mentioned by Gail.
(2) Permissions. If all your access to the tables is via stored...
October 5, 2010 at 2:41 am
Nobody's going to help you if you won't help yourself. Try writing the code, and post back if there is anything you're struggling with. Having said that, if...
October 5, 2010 at 1:20 am
SQLCoder77 (10/4/2010)
October 4, 2010 at 2:31 am
Yes, because you didn't include the WHERE clause. But even if it says 1000 rows affected, it will still only have actually made any changes to the ones where...
October 1, 2010 at 8:46 am
Don't know why it didn't work when I tried to post this script directly, but I've managed to post it as an attachment now. It's the script I use...
October 1, 2010 at 8:43 am
I think the REPLACE function should be what you're looking for. Try using that, and post again if you're struggling with it.
John
October 1, 2010 at 8:27 am
With the limited information you've provided, then, I would suggest you have a look at what the triggers are doing.
John
September 27, 2010 at 9:00 am
What other activity was occurring on the database at the same time? What is the transaction isolation level? Are there any triggers on the table?
John
September 27, 2010 at 8:52 am
Sasidhar
Have a play with the File System Task - that should be able to do what you require. You can use variables and expressions to build the names of...
September 27, 2010 at 8:06 am
steve block (9/16/2010)
September 17, 2010 at 1:52 am
Did you follow the link I posted? If so, what don't you understand?
September 9, 2010 at 2:51 am
Viewing 15 posts - 5,701 through 5,715 (of 7,191 total)