Viewing 9 posts - 1 through 9 (of 9 total)
That is awesome thanks again for the help I really appreciate it.
January 4, 2015 at 7:33 am
This has worked great but I would like to store the results in a table. Can I insert the return into a permanent table?
January 3, 2015 at 8:32 am
Thats awesome! I really appreciate your help thank you.
December 20, 2014 at 9:23 am
I am getting the below error
Msg 102, Level 15, State 1, Line 38
Incorrect syntax near 'CTE'.
December 20, 2014 at 8:53 am
This is working great thank you very much for your help.
April 22, 2010 at 2:41 pm
Let me see if I am following you:
Create an empty excel file (Template)
Job
Copy empty template to folder using the name that is built dynamically
Insert data using the name that was...
April 22, 2010 at 1:34 pm
I added the variable value from the Loop container to the connection string property of the Excel connection manager and received this when I ran it.
Error: 0xC0024108 at Excel, Connection...
April 21, 2010 at 10:27 am
I get an error when I put this into the connection string property of the connection manager.
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + @[User::FileName] + ";Extended Properties=\"EXCEL 8.0;HDR=YES\";"
April 21, 2010 at 10:02 am
I was able to finally get it to work. I had to Cast the variable and allow for a longer string. Thank you for your suggestion.
April 16, 2010 at 4:44 pm
Viewing 9 posts - 1 through 9 (of 9 total)