Forum Replies Created

Viewing 15 posts - 211 through 225 (of 430 total)

  • RE: To T-SQL or not to T-SQL?

    mickyT (2/16/2014)


    Hi

    I've never compared my processes against a power shell equivalent (or anything else for that matter:-)), but I have some large text files (around 1.5 GB) that I pre-process...

  • RE: To T-SQL or not to T-SQL?

    Jeff Moden (2/16/2014)


    sqldriver (2/15/2014)


    I really hate SSIS and was hoping to avoid it. I guess I could try doing this all in another language that handles large file operations better....

  • RE: regarding replace function

    TheSQLGuru (2/15/2014)


    sqldriver (2/14/2014)


    TheSQLGuru (2/14/2014)


    sqldriver (2/14/2014)


    TheSQLGuru (2/13/2014)


    The biggest problem I have seen at clients along this type of need is not having a WHERE clause so you only update rows that...

  • RE: To T-SQL or not to T-SQL?

    Yeah, I think my plan is going to be using PS to generate a bulk insert for every file, naming the tables after the files before the .txt, and immediately...

  • RE: To T-SQL or not to T-SQL?

    I really hate SSIS and was hoping to avoid it. I guess I could try doing this all in another language that handles large file operations better. Of course, since...

  • RE: To T-SQL or not to T-SQL?

    Hi Igor,

    Loading the files isn't the slow part; processing them for loading is. Mainly, I think, adding the location code to each file for tracking.

    Thanks

  • RE: regarding replace function

    TheSQLGuru (2/14/2014)


    sqldriver (2/14/2014)


    TheSQLGuru (2/13/2014)


    The biggest problem I have seen at clients along this type of need is not having a WHERE clause so you only update rows that actually HAVE...

  • RE: regarding replace function

    TheSQLGuru (2/13/2014)


    The biggest problem I have seen at clients along this type of need is not having a WHERE clause so you only update rows that actually HAVE at least...

  • RE: querry get data in double codes in string

    TheSQLGuru (2/9/2014)


    Jeff Moden (2/9/2014)


    TheSQLGuru (2/9/2014)


    Please provide several sample sets of data and the corresponding table output you expect (with column data types). That's JSON, yes?

    THAT's JSON? Shoot... that's...

  • RE: UNABLE TO RETRIEVE data while using between operator

    ChrisM@Work (2/5/2014)


    The BETWEEN range ends at 'V'. If you have a vendor with exactly this value then it will be included. Vendors called 'V' + anything else will be excluded...

  • RE: Help finding an old post

    Jeff Moden (2/2/2014)


    sqldriver (2/1/2014)


    Yes, Jeff, now give me something to spend all this DBA money on that wasn't bottled and corked by a guy in a kilt.

    BWAAA-HAAAA!!!!! I know...

  • RE: Help finding an old post

    Yes, Jeff, now give me something to spend all this DBA money on that wasn't bottled and corked by a guy in a kilt.

  • RE: Help finding an old post

    Jeff Moden (2/1/2014)


    Heh... correct. :blush: I really don't have 2K12 installed anywhere to mess with. I have a copy of the Developer's Edition sitting on my desk and I...

  • RE: Help finding an old post

    Jeff Moden (2/1/2014)


    I'll save you some time...

    I don't currently have a 2K12 machine available so I can't demonstrate the LAG method (I don't like to post code I haven't tested)...

  • RE: Help finding an old post

    Jeff Moden (2/1/2014)


    sqldriver (2/1/2014)


    The one I have in mind had solutions from all the big guns.

    BWAA-HAAA!!!! Was I there? 😛

    Also, Michael, I'll see how your solution adapts when...

Viewing 15 posts - 211 through 225 (of 430 total)