Viewing 15 posts - 1 through 15 (of 116 total)
It turned out to be an access violation issue inside the batch file: The login user's password had expired. Problem fixed.
October 19, 2015 at 4:13 pm
I inherited this SSIS solution from someone who's no longer w/the company, so I can't get into that right now. What I really need to figure out is what the...
October 19, 2015 at 2:38 pm
Hello all,
I'm having a similar issue but the exit code is "12" while the expected was "0". I'm completely stuck and not sure what it means or where it's...
October 19, 2015 at 1:55 pm
Here's what I've done so far and it works:
- Added sql task which execs stored proc which refreshes sql table with new customer #'s.
- Created a variable "CustomerList" data type...
August 19, 2015 at 2:15 pm
I apologize but I forgot to mention in my reply that the Teradata connection does not communicate with SQL tables, so if I join the staging table w/the customer id's...
August 18, 2015 at 11:33 am
I'll explain the steps.
SQL task truncates sales table in SQL db.
Data flow:
ADO.NET source connects to TERADATA source with Data access mode: SQL command.
SQL command queries several views from TERADATA source...
August 18, 2015 at 11:14 am
Thank you both. I'll work to implement one of these suggestions.
April 29, 2015 at 3:54 pm
Yup, that was it. It runs successfully.
Thanks a lot!
John
April 21, 2014 at 7:06 am
Thanks for the link, Luis. That worked.
J.
October 7, 2013 at 7:56 am
Correct, Luis.
I wanted to see how many records were inserted.
July 22, 2013 at 8:27 am
You're right, although, I was hoping for an alternative w/o creating another column. Unfortunately, the data type for the field is varchar(10) and the values are 'mm/yyyy' on the...
April 30, 2013 at 1:30 pm
I just tried your suggestion as:
update table
set MoYear = convert(datetime, stuff(MoYear,3,0,'/01'), 101)
When I select the table the values are displaying as Dec 1 2012...
April 30, 2013 at 12:20 pm
Thank you both. I was thinking dynamic SQL and that's the direction I'll go with.
Regards,
John
April 16, 2013 at 11:36 am
Done, but I obviously had to modify the expression but it works. Now, I need to send an email upon successful FTP task with the record count from the...
February 27, 2013 at 9:10 am
quick update:
At this point I just need to append a date time stamp to the name of the file (i.e. FileName_YYYYMMdd_HHmmss.txt)
How can I accomplish this?
Regards,
John
February 25, 2013 at 8:39 am
Viewing 15 posts - 1 through 15 (of 116 total)