Viewing 15 posts - 136 through 150 (of 257 total)
Got it! The basic problem was the size of the output string.
The information here explained that I needed to use an Object variable type since I overflowed the String.
Note...
February 3, 2016 at 8:07 am
Sadly I have next to no C# experience nor do the folks around me. So I'm hacking through this.
I'm not getting a max value. I'm executing a stored...
February 1, 2016 at 11:39 am
Orlando - I can send the message just fine. The step that's tripping me up is getting the output of a stored procedure into a string variable that can...
February 1, 2016 at 9:27 am
Policies. We can connect to the SMTP server in SSIS but can't use db_sendmail.
I know I'm just missing some basic C# stuff here so I'll keep digging around on...
February 1, 2016 at 8:37 am
Move should let you do what you want including renaming the file.
February 1, 2016 at 8:30 am
Define 'true'.
The production code - the code the DBA pulls from the server - is just that. The code currently in production. It ~should~ match one of the...
February 1, 2016 at 7:36 am
The original plan was to use SSRS but that's not an option here right now. So throw that one out the window.
Second plan was to make Excel files and...
January 28, 2016 at 2:23 pm
I'm using a stored procedure to generate the HTML necessary for the email. That outputs to a string variable. However the SSIS string variable doesn't recognize varchar(max) as...
January 28, 2016 at 9:29 am
What error(s) are you getting? Right now I don't see anything wrong with your syntax.
Is the data flow expecting that data type to be a date and you're pushing...
January 26, 2016 at 3:06 pm
I'm with the folks who suggest enforcing this through code review and developer involvement. And yes they WILL disable the trigger if it's annoying them.
One possible thing to do...
January 25, 2016 at 9:40 am
The ONLY business reason I can think of for this situation is a legal requirement that there be no gaps in the numbering. There's a vague memory of a...
January 25, 2016 at 9:31 am
I give up.
It seems like SSIS is OK with dynamic Excel files when they're a data source but when it comes to a destination it stomps its little foot and...
January 21, 2016 at 10:09 am
As I said - SSIS is very picky when it comes to data types. You've changed one and now the metadata is out of sync.
Your best bet is to...
January 21, 2016 at 10:07 am
I take it you meant 'target' rather than 'source'?
Yeah. Target. I was kind of watching a few processes when I wrote that. Thanks for the catch.
Get...
January 15, 2016 at 8:32 am
SSIS is .. picky about data types.
The solution to this one is either to cast it before it ever hits the data source or do add a Data Conversion transformation...
January 14, 2016 at 9:28 am
Viewing 15 posts - 136 through 150 (of 257 total)