Forum Replies Created

Viewing 15 posts - 3,241 through 3,255 (of 6,486 total)

  • RE: need help with INSERT... OUTPUT clause

    Oblio Leitch (5/20/2008)


    match rows. I mean, I suppose I *can*, but it means joining back on like four or five columns to be unique.

    Again - not nearly enough info...

  • RE: Determine Index Size

    I'm thinking you're looking at the wrong standard report. If you look at the INDEX PHYSICAL STATS reports, it will tell you how many pages each index is taking...

  • RE: need help with INSERT... OUTPUT clause

    I'm not sure I follow - you're outputting into a table variable, which survives that actual statement, allowing you to do pretty much anything you want with that data. ...

  • RE: Problem with a call of Data Transformation Service

    marianodios (5/20/2008)


    Greg,

    The DTS fails when wants to read data from temporal directory of the server (the same server where is install the sql server).

    One step before, the same dts write...

  • RE: Converting from a string (pulled from xml) to datetime

    jcrawf02 (5/20/2008)


    Matt Miller (2/27/2008)


    Jack Corbett (2/27/2008)


    Yeah and another version coming this fall.

    Kick a man while he's down ,heh? (just kidding). It would be nice if those going over...

  • RE: Data not comitting ?

    GilaMonster (5/20/2008)


    GSquared (5/20/2008)


    My thought was just put this logic in the proc that otherwise inserts into this table, and bypass the whole trigger and insert thing completely. ...

  • RE: Data not comitting ?

    GSquared (5/20/2008)


    GilaMonster (5/20/2008)


    Indeed. Is most intriguing...

    Personally, I'm thinking that an instead of trigger might be a better idea, as it allows the insert to not actually be run, removing...

  • RE: True Aging Report

    abinder (5/20/2008)


    Matt,

    That's one of the problems. I don't have a Payments(Credits)Applied table. I have only what I stated in my original posting a series of Debits and Credits and their...

  • RE: Table Scan vs Index

    karthikeyan (5/20/2008)


    I did that one. I saw remarkable change in the execution time.

    Earlier it took 2.5 hrs, now it is taking 50 minutes only, still i am not happy with...

  • RE: sum(),Cummulative addition,Case statement

    karthikeyan (5/20/2008)


    All 3 work just fine if all you want to do is to detect that there is one or more. #3 is the fastest for this purpose. ...

  • RE: stored proc taking too long!

    Johann - what does "it's not working" mean in the latest scenario. What are you hoping to get? I have a theory what it is - but instead...

  • RE: Complex update required

    Where are you getting your distinct list of geographic codes? That seems to be missing from the equation.

  • RE: PATINDEX - help with list of values!

    Have you tried to run the query? Just because it can't DISPLAY the characters correctly doesn't mean it won't FIND them. You may find that your PATINDEX runs...

  • RE: Who Built This Thing?

    Stephanie Giovannini (5/20/2008)


    I am feeling very charitable toward SQL Server right now. It's a great product!

    Yesterday, I had to assist another developer in writing queries for MS Access, interpreting its...

  • RE: How to query one to many

    Lynn Pettis (5/20/2008)


    John Rowan (5/20/2008)


    I just based it on the OP's post.

    What a novel concept.....:)

    lol... Of course, how many times has that turned out to be NOT what they want....

Viewing 15 posts - 3,241 through 3,255 (of 6,486 total)