Forum Replies Created

Viewing 15 posts - 53,821 through 53,835 (of 59,068 total)

  • 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...

  • RE: Need help splitting a column

    Prakash Heda (11/29/2007)


    check BOL for charstring and substring functions.....

    Heh... "CharString"? Better have a look at BOL yourself 😀

  • RE: exec(sql statement) command confusion

    It is possible to populate a variable in such a way, but you'll need to use sp_ExecuteSQL... please see Books Online for the example of how.

    The reason why it didn't...

  • RE: Disk Sace Usage

    MarkusB (11/29/2007)


    INSERT INTO myTable

    Exec sp_spaceused

    Since sp_SpaceUsed returns 2 result sets, I'm thinking that's just not going to do everything you'd expect. Right idea, though. 🙂

  • RE: Import from a textwhile and different db tables.

    I'm not sure if this is the same interpretation that Chris offered, but, #1... I don't ever load data from a text file directly into the target table. I...

  • RE: help with isnull()

    Agreed... a 2 operand COALESCE is identical to ISNULL and has the same "problem" with finding nulls, in this case.

    To expound upon the point that Matt makes, consider...

  • RE: Query Performance Issue

    DBCC UPDATEUSAGE has nothing to do with statistics.

  • RE: Can this be done without cursors?

    Oh, one more thing. Does everyone else have the problem with copying out the 'code block' lines and pasting them in QA and they come out all on one line,...

  • RE: Degree

    However, it will be after the holidays before I have an opportunity to properly write up my scenario(s) into a forum question

    Now, we're talking! I look forward to the...

  • RE: How to evaluate tools?

    Heh... I'm a bit more like Clive... write my own tools whenever possible... that way, they do exactly what I want and I can change them if I need to.

  • RE: Foreign keys good or bad practice?

    hey jeff...

    Can you post the link of the forum u mentioned about ?

    SQLServerCentral.com 😉

  • RE: Degree

    Lynn Pettis (11/29/2007)


    It could just be me, but the world is full of acronyms especially TLA's. What is CDR? Not the code, the acronym.

    Heh... sorry Lynn... you're right...

  • RE: Script table into a single create statement

    Thanks, Ed... and I fully understand about the "company name" thing... I gave almost the same answer on a similar request for code. Nice to see some "ethics".

Viewing 15 posts - 53,821 through 53,835 (of 59,068 total)