Viewing 15 posts - 1 through 15 (of 51 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...
Michael Lee
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...
Michael Lee
November 4, 2010 at 2:19 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...
Michael Lee
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...
Michael Lee
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,...
Michael Lee
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...
Michael Lee
October 9, 2006 at 12:05 pm
Thank you! That was the trick.
Michael Lee
September 29, 2006 at 12:46 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...
Michael Lee
August 3, 2006 at 2:30 pm
Jonathan is correct. Do you have the connection set to the Excel connection object?
Michael Lee
August 1, 2006 at 1:22 pm
I bow to your superb intellect! Thank you! It worked!
Michael Lee
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?
Michael Lee
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...
Michael Lee
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...
Michael Lee
March 10, 2006 at 7:36 am
Agreed. I was just addressing the mapped drive mis-information. Abdul should check permissions, although the error does not seem to indicate that problem.
I would say that almost 100% of the...
Michael Lee
February 3, 2006 at 9:39 am
Mapped drives only work when a user is logged in to the system (server, workstation, whatever). DTS runs under the SQL Server Agent SERVICE, which does not use any logged...
Michael Lee
February 3, 2006 at 9:02 am
Viewing 15 posts - 1 through 15 (of 51 total)