Forum Replies Created

Viewing 15 posts - 31 through 45 (of 321 total)

  • RE: What is Biml? - Level 1

    I created something similar in .NET recently for SSIS 2008 as part of a Masters project. It basically encapsulated and simplified the access to the SSIS object model allowing packages...

  • RE: Data Vision

    I think the use of Machine Learning in ETL systems needs to be a bit more subtle than formatting errors. Formatting and data errors are easy enough to pick up...

  • RE: sql12 tabular mode design

    When working in Tabular mode you need to move away from the concept of fact and dimension tables. Each of those joins will require an index creating on each table...

  • RE: Shred XML column using SSIS

    Hi Arun

    Nice walk through on how to use SSIS for shredding XML sources, I usually prefer to use SQL (Example below) but as it's not always possible to use ones...

  • RE: How To Write An Interview Winning Resume

    John.Sansom (7/19/2012)


    Contrary to your own apparent success, perhaps consider why play a numbers game, taking the unnecessary risk of being overlooked, when a targeted resume will consistently come out on...

  • RE: How To Write An Interview Winning Resume

    Koen Verbeeck (7/19/2012)


    I'm thinking what John meant was that it's for example not necessary to put "I've done some PHP development in college" on your resume when you're applying for...

  • RE: How To Write An Interview Winning Resume

    With regards to the relevancy and a "catch all" resume..

    I've been using a catch all for the past 6 years as a contractor and I've never been out of work...

  • RE: SSIS Memory Usage in BIDs

    Koen Verbeeck (6/13/2012)


    Ah ok, so you didn't mean improve but reduce 😉

    Sorry for the confusion <insert sarcastic comment about improving memory usage so it uses more /> 😀

    Koen Verbeeck (6/13/2012)


    I've...

  • RE: SSIS Memory Usage in BIDs

    Koen Verbeeck (6/13/2012)


    Just reading files, derived columns and saving them to another file? So no blocking transformations in your package?

    It seems odd BIDS needs 1.5Gb for that. On the other...

  • RE: Master package running multiple concurrent instances of a single generic child package

    I know for a fact that a master package can instantiate multiple instances of the same child package.

    I guess the tough bit to work out is how to pass the...

  • RE: One thing I keep missing in SQL

    CELKO (2/11/2012)


    >> A huge assumption and very condescending! <

    It was neither.

    It was, end of story

  • RE: One thing I keep missing in SQL

    GSquared (2/9/2012)


    It's not a question of bluntness. It's adherence to a teaching method that was originally designed to keep lower caste workers compliant and is specifically built to stiffle...

  • RE: One thing I keep missing in SQL

    SQL Kiwi (2/9/2012)


    Some people find it best to simply ignore the Joe Celko forum attitude (he's apparently very personable in real life). He posts this sort of thing regularly;...

  • RE: One thing I keep missing in SQL

    jcb (2/9/2012)


    Thanks Samuel,

    It can be achieved from many ways and for dynamic arrays we can use any kind of split function and strings.

    But I miss the simplicy arrays can give...

  • RE: One thing I keep missing in SQL

    jcb (2/9/2012)


    I miss arrays a lot in SQL. Like this:

    create procedure ImissArrayParam(@array Array(Integer))

    as

    begin

    select * from myTable where myId in @array

    end

    GO

    you can do this:

    CREATE TYPE DemoTableType AS TABLE

    ( ...

Viewing 15 posts - 31 through 45 (of 321 total)