Viewing 15 posts - 61 through 75 (of 127 total)
Thanks to both of you!
'7/1/' + CONVERT(varchar, @NEXT_YEAR) works!
Jonathan
September 23, 2004 at 12:30 pm
Works like a charm! Thanks for the help.
Jonathan
May 4, 2004 at 1:32 pm
Thanks David,
I suspected as much about the sa account.
When I configure the task in Task Scheduler I am given the opportunity to enter the account to run the batch file...
May 4, 2004 at 7:08 am
Worked perfectly! I have control over job names so not concerned about length.
Thanks a million!
Jonathan
April 30, 2004 at 2:57 pm
Thanks Gary,
Can you give me an idea of how to have the job insert a row in the logging table only if the job fails?
Thansks again.
Jonathan
April 30, 2004 at 7:34 am
Thanks for your suggestions!
Steve, would it be possible to share the script with me as it is now? If not no problem.
Jonathan
April 29, 2004 at 11:33 am
Thanks!
I am rather new at dynamic sql and had it in my head that a parameter cannot be used as an object name (requireing a cmd string to be built...
January 7, 2004 at 8:58 am
Thanks all for your suggestions!
I did use dynamic sql to get this done. This sp will be used infrequently by only a small inhouse group of techies so I...
December 29, 2003 at 12:04 pm
Thank you all,
Just had time to get back to this. I also found the following:
http://vyaskn.tripod.com/passing_arrays_to_stored_procedures.htm
JM
December 11, 2003 at 7:03 am
Lee is correct. I am looking for Procedure_ID's that do not have a profile of 13.
Thanks anyway for your suggestion Venkata.
November 5, 2003 at 10:00 am
THANKS! Worked perfectly.
Such a simple task ... not so simple to code.
JM
November 3, 2003 at 1:32 pm
Thanks for your checking!
It appears my problem was with empty strings. Converting them to NULL allowed the CONVERT function to deal with them.
You are correct, varchar can be converted...
July 30, 2003 at 6:33 am
As I loop through the recordset, I am checking for empty strings and replacing with NULL. This is then put into the CONVERT(decimal) function. This solved the problem.
Thanks
JM
...
July 29, 2003 at 1:05 pm
There are no numbers that large.
I just noticed that some records have no value for the field in question. They seem to be coming from Progress as an empty...
July 29, 2003 at 11:51 am
Viewing 15 posts - 61 through 75 (of 127 total)