Forum Replies Created

Viewing 15 posts - 54,361 through 54,375 (of 59,067 total)

  • RE: Formatted export in Ecel

    It doesn't... from the way you were talking, I thought you were using a "blank formatted" spreadsheet file as a template that you copied for new files.

    What are you currently...

  • RE: Concatenate multiple rows into a single row

    Nice 2k5 solution... but I'm pretty sure that it won't work in 2k... 😉

  • RE: Change the info layout

    What in format 1 identifies which column something should go into in format 2? Also, please describe the column names in format 1... I don't think they start off...

  • RE: Declare TOP

    SET ROWCOUNT can sometimes be a lot slower than TOP... if it turns out to be too slow, you could always use dynamic SQL (observing, of course, all the warnings...

  • RE: Formatted export in Ecel

    Change the spreadsheet template to have a "freeze panes" in the correct spot.

  • RE: Help please: User Input

    VBS MsgBox from Cmd prompt...

  • RE: Recursive query for a Bill of Materials table

    Close! Not seeing StockCode 12 anywhere in the result, though...

  • RE: Recursive query for a Bill of Materials table

    Parts or people, it's still a hierarchy... take a look at "Expanding Hierarchies" in Books Online... they've got a decent example. There's a couple of other ways to do...

  • RE: GETDATE() puzzle

    The only way to guarantee the same time would be to store it in a variable and then do the SELECT using the variable instead of GETDATE().

  • RE: Formatting the date

    Yeh... 2nd mistake today... 😉

  • RE: SQL Log File Size is Growing

    OH! How embarassing... I thought you were talking about "LDF's"... sorry...

  • RE: Formatting the date

    Kenneth Wilhelmsson (10/29/2007)


    I was merely pointing out that the blunt statement of 'this is wrong', was missing the context of what was wrong with it. For beginners, they may believe...

  • RE: More junk with dates

    BaldNomad (10/29/2007)


    you're validating data that's already been validated? why?

    According to the OP, the data is in a file... much like storing dates as datetimes, I always valid even supposedly...

  • RE: Sequential Update

    mrpolecat (10/29/2007)


    Jeff--

    It throws errors

    Server: Msg 156, Level 15, State 1, Line 27

    Incorrect syntax near the keyword 'ASC'.

    Server: Msg 208, Level 16, State 1, Line 12

    Invalid object name '#yourtable'.

    It's gotta be...

  • RE: Formatting the date

    In MS Word...

    {Edit}{Paste Special}{Unformatted Text}

Viewing 15 posts - 54,361 through 54,375 (of 59,067 total)