Forum Replies Created

Viewing 15 posts - 54,946 through 54,960 (of 59,078 total)

  • RE: Teaching the Masses

    Heh... I've gotta agree with that part... we've gotten more done on cocktail napkins that we have at such seminars.

    Beer... the greatest "networking" tool there is

  • RE: Can BCP generate ASCII Fixed Length file?

    Just don't forget the "-s" (column separator) flag... might want to set it to -s"" so there is no separator...

    And, yes, you could use BCP for a fixed file format......

  • RE: Reading Variable Flat File

    ... or....

    You could import whole lines into a very wide column and split them there using a split function...

    ... or ...

    You could do the same but a bit different... import...

  • RE: Incorrect Syntax Near ''''+''''

    You bet, folks... thanks for the feedback.

  • RE: Performance Tuning Guide

    Heh... no, Greg... not about good "lurkers" like you ... it's about some folks who will never "get it".

  • RE: Passing a Table to a Stored Procedure

    Thanks John and Rog... much appreciated!

    You may be using the wrong layer to do database things in.  The type of activety that you've both described should probably be done in...

  • RE: bcp password prompt

    Because the "pipe" character is not one of those "special" characters... \t doesn't mean "use [t] as the delimiter", for example... it means "use a tab as the delimiter".  the [|]...

  • RE: system table problems

    Ok... thanks!  I'll put my soapbox away

  • RE: Incorrect Syntax Near ''''+''''

    I'm pretty sure that OpenRowSet wants constants, not caclulations, as it's operands.  You'll probably need to shift the whole thing to dynamic SQL.

  • RE: Incorrect Syntax Near ''''+''''

    Guess we'll need to see the rest... no errors there except can't see where the starting and ending quotes are at the beginning and end of your snippet.

  • RE: TempDB CPU

    Thanks...

  • RE: smart headers

    Lowell does do a great job, but lemme ask you Cees... have you calculated the header or are you going to manually change it in the code?

  • RE: Database Option "Auto Shrink"

    That IS a good article... thanks, Ken.

  • RE: how do you secure SQL against everyone?

    Heh... You beat me to it! 

    And, if you can't afford that kind of schooling for the company, at least read about change management and change control.  Use Access or...

  • RE: selecting new records

    Ummm.... wouldn't a CHECKSUM or BINARY_CHECKSUM at the row level be a little easier?

Viewing 15 posts - 54,946 through 54,960 (of 59,078 total)