Forum Replies Created

Viewing 15 posts - 44,731 through 44,745 (of 59,063 total)

  • RE: Text Parsing TSQL code

    Larry Trach (3/5/2009)


    Very helpful. Below is a variant that handles space delimited with double quotes around text.

    I have to ask why you would return the columns of...

  • RE: BCP Format File

    Sorry it took me so long to get back to this...

    No... no \t's here... I believe this is what you're looking for. Note that the forum ate the...

  • RE: how can i avoid cartesian join?

    Ya kinda left things hanging here... did that work for you or what? 😉

  • RE: Text Parsing TSQL code

    Douglas De Ivey (10/17/2004)


    No, what you want to do can't be done with SQL2000. You would need to join your 'inpt table' to the output from the function.

    Apparently the next...

  • RE: Question on following sql

    Yep... that's what I do to, Todd... the "habit" I was talking about, though, is the inclusion of the 'U' in the OBJECT_ID function... it's really not necessary.

  • RE: Create a daily record from date ranges

    ...and thank you for the feedback! 🙂

  • RE: PIVOT query

    Ed (3/6/2009)


    Jeff Moden (3/5/2009)


    I've gotta ask, Ed... why do you need this type of denormalize output? What is that output going to be used on? I'm asking because...

  • RE: Tune Stored Proc

    Mike... how long do just one of these take to run?

    select count(*) as ControlTotals

    from ' + @RevStateDB + '.dbo.Budget1995 where srcflag =...

  • RE: Tune Stored Proc

    Mike Levan (3/6/2009)


    Can i do this through SSIS pkg or BULK Insert to spped up my load.??

    Few questions on BULK INSERT

    1. Does a user need to be bulkadmin to do...

  • RE: Are the posted questions getting worse?

    Jeff Moden (3/6/2009)


    Bob Hovious (3/6/2009)


    Fine then. Me and Roy will just pack up our CTEs and go home.

    Got some cold ones? We can look up some old...

  • RE: Are the posted questions getting worse?

    Bob Hovious (3/6/2009)


    Fine then. Me and Roy will just pack up our CTEs and go home.

    Got some cold ones? We can look up some old ISO standards...

  • RE: Lets help the experts help themselves

    Bob Hovious (3/6/2009)


    Does that mean all pork chops, katanas, longbows, and trebuchets would have to be checked at the door? Doesn't sound like much of a party...

  • RE: Are the posted questions getting worse?

    Bob Hovious (3/6/2009)


    Nah.... I'd never get invited.

    Seriously, what is to be gained by exclusivity? If you have a complex topic or problem you want to discuss, why not...

  • RE: Are the posted questions getting worse?

    Michael Valentine Jones (3/6/2009)


    Instead of this being a club, I like to think of SSC as more like a bar. Come in, set down, have a cold one, and...

  • RE: Lets help the experts help themselves

    t.walker (3/6/2009)


    I think a more private invited members forum would enable me to speak more freely.

    Heh... With all the ring knocking going on, I just knew THAT was coming.

Viewing 15 posts - 44,731 through 44,745 (of 59,063 total)