Forum Replies Created

Viewing 15 posts - 16 through 30 (of 257 total)

  • RE: Stumbling over Words

    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...

  • RE: The SQL Joke Thread

    Jeff Moden - Tuesday, April 3, 2018 7:43 PM

    I just heard a great joke and Luis is intimately familiar with it.

    Let's get...

  • RE: ETL or ELT

    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...

  • RE: Are the posted questions getting worse?

    Thom A - Tuesday, December 5, 2017 9:05 AM

    Hugo Kornelis - Tuesday, December 5, 2017 8:50 AM

  • RE: Can't zero pad a variable

    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.

  • RE: Who's Licensed?

    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...

  • RE: Unlimited PTO

    Eric M Russell - Wednesday, July 12, 2017 12:02 PM

    ZZartin - Wednesday, July 12, 2017 11:54 AM

  • RE: Are the posted questions getting worse?

    Lynn Pettis - Friday, June 23, 2017 1:12 PM

    JustMarie - Friday, June 23, 2017 1:09 PM

    June 23, 2017 at 1:16 pm

    #1948012

  • RE: Are the posted questions getting worse?

    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...

  • RE: difference file and log it

    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...

  • RE: Datetime vs. Datetime2

    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...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin - Thursday, May 25, 2017 7:56 AM

    jonathan.crawford - Thursday, May 25, 2017 7:22 AM

    May 25, 2017 at 10:45 am

    #1944220

  • RE: Rowcount SSIS - Dataflow task

    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...

  • RE: solution doesn't hit breakpoints

    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...

  • RE: Are the posted questions getting worse?

    David Burrows - Monday, May 15, 2017 8:24 AM

    Louis Hillebrand - Monday, May 15, 2017 7:09 AM

Viewing 15 posts - 16 through 30 (of 257 total)