Forum Replies Created

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

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

  • RE: Dynamic Query Problem

    Yep, I understand that... I think we're both talking about the same thing... just a different way...

    I didn't say it quite right when I spoke of "accuracy" and I appologize......

  • RE: Script table into a single create statement

    EdVassie (11/29/2007)


    Both EM and QA do their scripting using calls to a SQL scripting API. My experience is this can be buggy when you try to get everything scripted...

  • RE: Documention

    Trying to figure out what you need and this seems simple to you because you know what you want... but we don't...

    You say the copy/paste into Excel is tedious... what...

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