Viewing 15 posts - 1 through 15 (of 52 total)
Well, the problem was solved by changing the passwords again. There must have been a breakdown between the servers and what PW they were using.
Whew! We are good until Corporate...
May 2, 2012 at 9:27 am
Thanks! I was trying to be lazy and use the tools provided by SQL Server, oh well...
I rewrote the job using a script to decide which type of file it...
November 4, 2010 at 2:19 pm
Dumb question, but you have checked to make sure the oto.performedfromdtm and tud.value are dates?
November 4, 2010 at 12:21 pm
Possibly DATEDIFF(minute, CAST(oto.performedfromdtm AS smalldatetime), CAST(tud.value AS smalldatetime))?
November 4, 2010 at 12:10 pm
I am having Linked Server issues with Oracle too. In my case, I want to copy the complete table from Oracle to SQL Server 2005. It gives me an...
April 13, 2010 at 1:42 pm
Amazing! I KNEW Will's answere would not work, come on, just rename a file? But it really worked! Thanks Will!
For my own edification, and because is seems more "professional", I...
March 8, 2007 at 8:22 am
I think I am having the same problem. I can run the FTP task from my workstation, but not from the server. I even can run it through Integration Services,...
October 12, 2006 at 7:48 am
For an unsolicited comment...
I DO have your book (purchased), and I have to say that it is one of the best books I have ever gotten to get you up...
October 9, 2006 at 12:05 pm
I wrote a lot in VB 6, Now I am using Access 2003. They are VERY similar. VB 6 was much more powerful, with a lot more obscure commands. If...
August 3, 2006 at 2:30 pm
Jonathan is correct. Do you have the connection set to the Excel connection object?
August 1, 2006 at 1:22 pm
I bow to your superb intellect! Thank you! It worked!
May 8, 2006 at 3:29 pm
Can you change the process? How about when the FTP if finished in the script to rename the files, then have the DTS project look for the new name?
May 4, 2006 at 7:20 am
I know Phil provided an answer, but just to beat a dead horse, there is one more query,
SELECT & FROM TableA WHERE RTRIM(col5)=''
will pick up if col5 has only...
March 21, 2006 at 7:30 am
I think I am a little confused. Do you want to know what the difference between the two dates is in months?
DATEDIFF(month, [startdate], [enddate]) will give you the difference...
March 10, 2006 at 7:36 am
Viewing 15 posts - 1 through 15 (of 52 total)