Viewing 15 posts - 31 through 45 (of 60 total)
JustMarie (2/1/2016)
Move should let you do what you want including renaming the file.
Thank you for your reply, but I would like to retain a copy of the original excel output...
February 1, 2016 at 8:56 am
Changing the mapping to the UNC path resolved my issue. Thanks for the insight and my apologies for the delayed response.
February 1, 2016 at 7:18 am
happyCat59, thanks for replying. I will look into your advise and reply back with my outcome.
January 4, 2016 at 11:06 am
John Mitchell-245523 (10/19/2015)
October 19, 2015 at 9:40 am
Thanks for the insight. However, I'm getting the following error message below:
Msg 156, Level 15, State 1, Line 22
Incorrect syntax near the keyword 'From'.
Msg 156, Level 15, State 1, Line...
April 17, 2015 at 8:02 am
Luis Cazares (4/7/2015)
Some questions:
Why are you concatenating values instead of parametrizing your queries?
Are you aware of SQL injection?
Why are you using...
April 7, 2015 at 8:21 pm
Alan.B (4/7/2015)
Can you include the DDL for the temp tables?
Here's a sample of the data from the temp table:
"into #tbl_claims"
ClaimNumber R1 ...
April 7, 2015 at 8:10 pm
Alan.B (4/7/2015)
Can you include the DDL for the temp tables?
Added it.
April 7, 2015 at 2:39 pm
Thank you, this worked for me.
Jeff Moden (1/19/2015)
Briceston (1/19/2015)
January 19, 2015 at 8:56 pm
The destination will be in Excel. My problem is not with SSIS, my issues is what's the correct GetDate() and Dateadd syntax to use?
January 19, 2015 at 12:06 pm
I'm using GetDate() in T-SQL. Below is the where portion of my script, which returns no data, there should be data for the intended dates.
WHERE [register _date ] BETWEEN...
January 19, 2015 at 11:57 am
I'm encountering the below errors when I run my package. I have tried switching to 32 bit as per some resolves on the internet, but to no avail, and have...
July 31, 2014 at 7:37 am
I got the package to work after hours of investigating it. Turns out one of my variables did not have the complete file path. Also, my outer Foreachloop Container was...
July 29, 2014 at 7:51 am
Running the package via a job returns the same outcome as before. My problem is with the ForEach Loop Container. The package starts the validation phase and then cancels.
SSIS package...
July 28, 2014 at 11:48 am
Yes, my packages are ran by hand or automated via job through sql agent.
July 28, 2014 at 9:09 am
Viewing 15 posts - 31 through 45 (of 60 total)