Forum Replies Created

Viewing 15 posts - 53,806 through 53,820 (of 59,065 total)

  • RE: Simple query on select statement using variables...

    Heh... I know the feeling...

    Study sp_ExecuteSQL in BOL... it'll show you how to do exactly what you want.

  • RE: query optimization

    It would be very helpful if you put this in just before the exec and printed out the result for us...

    PRINT @strQuery

  • RE: Naming Convention of Stored Procedures

    Dang, Joe... between this and the NULLs problem, I'm thinking that you've landed in a doozy of a place. Who are these geniuses that you keep having fights about...

  • RE: multiple nested select statments in 1 query

    I appologize ahead of time for the layout of my code on this page.

    Heh... if you took 5 minutes out ahead of time to fix it, you wouldn't have...

  • RE: Writing to a file from a stored procedure using DTS

    You might have a bit more luck getting a response to your posted this in the "Data Transformation Services" forum...

  • RE: Bulk Insert skipping second row

    Yeah... that's the disappointing truth...

    I'm actually on vacation, right now... I'll see if I can find that script at work on Monday... it's in a piece of automation I...

  • RE: help with isnull()

    Heh... Jason, I'm sitting here reading where you wrote...

    So if a NULL @variable is put in you won't return any records other than NULLS. Likewise, no matter what variable is...

  • RE: A Welcome Delay

    Heh... at the very least, I'll go outside to have a smoke before I hit the "GO" button. Gives me time to think about whether I need to reword...

  • RE: Please optimize this query-----

    We have to compare the SRH table with contract_id and from the SRH table we have to take the field values which is lastly updated.. For example for single contract...

  • RE: Forum Etiquette: How to post data/code on a forum to get the best help

    Thanks, Ian... great feedback! I really appreciate it.

  • RE: Why is this slow?

    dbaltazar (11/29/2007)


    So let me ask a follow up question. Under what circumstance would a cursor be good? Small data set?

    Another possible reason is if you have to write...

  • RE: Convert from Byte to Megabyte

    Michael Meierruth (11/29/2007)


    Jeff Moden (11/28/2007)


    Heh... speaking of "details"... once done and you go to format it, you wanna use commas or periods for the thousand separators? 😀

    FYI, in France they...

  • RE: Convert from Byte to Megabyte

    That's a presentation issue - let the GUI folks deal with it

    Heh... That would be true for outputs... imported files are a whole (or is it "hole"?) 'nuther story....

  • RE: Can this be done without cursors?

    TheSQLGuru (11/29/2007)


    Kevin Boles. Glad to meet you. You must be Jeff Moden, right?? 😉

    BTW, do you LIVE on this forum or something?? I needed the link...

  • RE: Bulk Insert skipping second row

    The problem is that the header row does not have the same number of delimiters as the rest of the file. Unfortunately, Bulk Insert counts delimiters as well as...

Viewing 15 posts - 53,806 through 53,820 (of 59,065 total)