Viewing 15 posts - 16 through 30 (of 257 total)
I consider my audience when I'm doing documentation and/or instructions.
If the audience is outside of the technology field then I assume they know nothing and start from the...
April 9, 2018 at 10:08 am
Let's get...
April 4, 2018 at 10:48 am
I do most of my work as ELT so that I can leverage the servers and the flexibility of TSQL as needed.
There are times when it isn't practical...
April 3, 2018 at 2:55 pm
December 5, 2017 at 10:35 am
The reason you're not seeing your padding and Phil's code will work is that the date functions return integers. Prepending a zero to an integer does nothing for the output.
October 11, 2017 at 2:52 pm
I used to handle all the software licenses for a decently large company - in my spare time. These were Microsoft, IBM, Adobe, and Veritas mostly so they were large...
August 1, 2017 at 7:18 am
July 13, 2017 at 9:07 am
So I was trying to find some values in Hadoop using Impala to find out why SSIS wasn't accepting the input. Fine. Whatever. Different database systems, etc.
Trying to...
June 23, 2017 at 1:09 pm
First - why don't you want to stage the data? That's a very common practice and a good filter to make sure your data is as you expect it to...
June 5, 2017 at 9:51 am
SSIS (at least through 2012) doesn't recognize DATETIME2 when assigning a value to a DATE variable. It has to be cast to a DATETIME data type.
This has been...
May 26, 2017 at 7:25 am
First off I'm leery of your 'select top' methodology since it seems to lend itself to uncertainty. But beyond that.
The row count variable should be defined to at...
May 25, 2017 at 10:40 am
This may sound obvious but are you running the package or selecting and running a task? This makes a difference because you only get breakpoints when you run the entire...
May 23, 2017 at 9:22 am
May 16, 2017 at 10:32 am
Viewing 15 posts - 16 through 30 (of 257 total)