Viewing 15 posts - 46 through 60 (of 257 total)
March 30, 2017 at 7:23 am
Dates. Dates are the bane of working between database systems.
Try setting your variable type String and see what happens. You can always cast it as a date later.
March 24, 2017 at 9:18 am
You don't need to script it. You can create a variable and set the expression to the System::StartTime variable. Then use your variable in the rest of the package.
March 24, 2017 at 9:15 am
March 16, 2017 at 1:50 pm
March 16, 2017 at 9:20 am
March 16, 2017 at 9:19 am
March 16, 2017 at 9:04 am
Variables and precedent constraints.
After your stored procedure runs add another Execute SQL Script to return the number of rows in the error table.
If it's 0 then...
March 10, 2017 at 3:00 pm
I like what ZZartin is suggesting but perhaps you could dial it back a bit.
Make the staging table without constraints or at least to match the source data....
March 10, 2017 at 2:54 pm
I worked with a very skilled database architect who thought nothing of using reserved keywords for field names. Since I was the consultant writing the T-SQL I changed them to...
March 8, 2017 at 9:39 am
I won't give you a step by step but I will give you the higher level things you should look into to make this work.
The very first is...
March 6, 2017 at 1:22 pm
I feel bad that my resume has stretched onto a third page but I guess...
March 6, 2017 at 10:53 am
February 28, 2017 at 12:08 pm
February 28, 2017 at 9:35 am
Viewing 15 posts - 46 through 60 (of 257 total)