Viewing 15 posts - 9,556 through 9,570 (of 13,874 total)
Are there any other errors? The one you posted doesn't really help that much, unfortunately.
Are you saying that all packages containing scripts fail when run under SQL Agent, or just...
November 14, 2013 at 11:49 am
dan-572483 (11/13/2013)
November 13, 2013 at 8:43 am
The first thing I would do is try to work out at what stage the characters are being dropped. You can think of your package as going through the following...
November 13, 2013 at 8:12 am
This avoids possible issues with SQL injection.
Hi Dwain, I did consider this. But as the variable in question had a numeric datatype, I could not see how there could be...
November 13, 2013 at 2:03 am
If you run the packages in 32-bit mode, does that work?
How did you perform the migration of the packages? Have you tried redeploying them manually? (I'm sure you have.)
November 13, 2013 at 2:01 am
You are mixing string and integer data.
Try converting your integer variable to a string before you insert it into the code block.
November 12, 2013 at 6:24 am
You could try using the import wizard ...
November 12, 2013 at 3:15 am
prennings (11/10/2013)
I was reading up on this article:
http://www.sqlservercentral.com/articles/Integration+Services+(SSIS)/102924/
And I was wondering in the article it was about updating the tables of your database but not a complete new insert....
November 10, 2013 at 1:47 am
Depends on the code. But if you're using, for example, a data adaptor, that's using up RAM for sure.
November 8, 2013 at 1:41 am
Also, I might suggest changing the name of your column.
:w00t:
Reminds me of a report one of my ex co-workers used to run every month.
It was a pay analysis and...
November 7, 2013 at 9:17 am
Nevyn (11/6/2013)
This feature would work for testing different environments in SSDT (for example, a different server name to connect to...
November 6, 2013 at 10:29 am
Nevyn (11/6/2013)
I am using environments for when the project is published to the server (or will be, that is part of what I was setting up). ...
November 6, 2013 at 7:44 am
As you're on SSIS 2012, you should consider creating an 'environment' which contains your connection strings and use the 'Configure' option to map those connection strings to connection managers in...
November 6, 2013 at 12:20 am
Viewing 15 posts - 9,556 through 9,570 (of 13,874 total)