Forum Replies Created

Viewing 15 posts - 57,676 through 57,690 (of 59,054 total)

  • RE: insert simultaneously in 2 tables

    What's not working?  The only thing I see at a quick glance is that you are trying to insert @@OutID instead of @OutID in the details table.

  • RE: MIN() and MAX() issues

    I ran your original examples on my production box... both execution plans are identical and they both have parallelism. 

    Could it be that someone screwed up and turned of auto-calc...

  • RE: How to use result set returned by Stored Procedures?

    Create the temp table at a higher level in the nest.  Or, use a global ##temp table (only one named instance can live at a time).

  • RE: Variable quest

    The other question would be... how many rows are you updating?  It should only take about 3.5 seconds to update 20k rows.

  • RE: Query Assistance

    Emma,

    Both Lynn and John solutions will work for finding the duplicates... the question is, what do you want to do with them once you've found them?

  • RE: How to get paged data using t-sql

    It's late and I didn't have a chance to work on this... sorry.

    Just to give you a head start, you can mod the code for table name just by replacing...

  • RE: Cross Tab Question

    Shoot... I was getting ready to post the answer and saw that Ramesh had answered with code nearly identical to what I had made.  Nice job, Ramesh

  • RE: Cross Tab Question

    {EDIT} Never mind... I'm stupid   I don't need to do the calc...

    CS,

    This is important... please post the code for the GetRatio function ASAP......

  • RE: Cross Tab Question

    I'll say... we need beer for these types of meetings.  Good to "see" you again ...

  • RE: SQL 2000, IN clause, and soft order...

    Our pleasure... thanks for the feedback...

    Sreejith... nice job... you hit the nail on the head... I just played "cleaning lady" on this one.

  • RE: How to get paged data using t-sql

    Great.. thanks for the info.  Glad it helped on performance, too.  I'll give it a whirl tonight...

    Result set from another store proc?  I must have missed that one in...

  • RE: How to get paged data using t-sql

    Ramesh,

    Can do... but what are the other 4 parameters.  If I add table name to the list of parameters, that will bring the current count of parameters up to 3......

  • RE: How to get paged data using t-sql

    I've made it work a couple of ways but I haven't been able to make it faster than the dynamic SQL solution.  I'm going to leave this one be and...

  • RE: SQL 2000, IN clause, and soft order...

    Yep... I believe you are correctm Gopi... didn't realize the Stor_ID in the Stores table of PUBS was actually a CHAR(4).

    Soooooo..... the correct code should look something more like this...

  • RE: Get Database Object By Name

    Funny, I don't see a post here by Ramesh... So, what did you guys come up with?

Viewing 15 posts - 57,676 through 57,690 (of 59,054 total)