Viewing 15 posts - 16 through 30 (of 41 total)
server1 is 2000, server2 is s2005. that's what i was looking for... to migrate between versions.
September 5, 2007 at 10:19 am
Thanks for the replies.
I don't need the seconds. How can I do just date, hour, minute.
April 17, 2007 at 2:04 pm
Thanks for all the replies. Very helpful.
March 13, 2007 at 2:06 pm
Is this line the only one looking for caps?
ascii(substring(@new,@position, 1)) between 65 and 90 or -- A-Z --
Are these lines looking only for special chars?
ascii(substring(@new,@position, 1)) between 196 and 197 or ...
November 16, 2006 at 12:15 pm
I finally found a thread that pointed me to:
http://support.microsoft.com/lifecycle/?LN=en-us&x=15&y=14&p1=2852
October 17, 2006 at 1:35 pm
Data Source is SQL Server.
The screen print in the first post is the error that pops up. When I click the 'More info' link I get this error:
April 25, 2006 at 9:15 am
Check to see if you have it set to Retry (on the advanced tab of the Step). If so, set retry attempts to 0.
April 6, 2006 at 3:28 pm
Lucky, thanks for the reply. The problem is that I'm returning '5' when I really want '05'.
thanks!
February 9, 2006 at 1:11 pm
I want to either use col3 or col8, but not both.
December 1, 2005 at 3:58 pm
Is there a tape backup application (EDM, Legato, etc.) that is running at this time? If the file is being backed up to tape at this same time, that would...
November 16, 2005 at 9:45 am
Daniel, thanks so much. I must've had a brainfart...it didn't occur to me to change the db connection object. Once we did that, it worked.
thanks!
November 2, 2005 at 3:48 pm
Yep, the proc is executed in a sql task. What I don't get is if the developer is connecting to sql via a sql id, why does msdb not...
November 2, 2005 at 7:38 am
Viewing 15 posts - 16 through 30 (of 41 total)