Forum Replies Created

Viewing 15 posts - 47,446 through 47,460 (of 59,064 total)

  • RE: Subquery and Join (Speed)

    Heh... it would appear so... maybe this one would make a good article. Thanks, Barry.

  • RE: Query data with manipulation

    Um... heh... no, sorry... pointing someone to a Cursor Usage URL is not what I'd call a "good start" even if it has a better answer in the post that...

  • RE: Subquery and Join (Speed)

    ry.rith (10/31/2008)


    if i use correlated subquery, and join to two table.

    what way should i choose for optimal performance when there large number of rows.

    For Example ...

    For the type of queries...

  • RE: varchar error

    You don't understand... it IS the problem because it causes @sql to be truncated as if IT were an NVARCHAR.

  • RE: UPDATE STATEMENT (SET BASED?) HOW DOES IT PROCESS, I GUESS

    There are certain times where you can get away without using the table hint to force the index. I've done it in certain functions using table variables. You...

  • RE: Is a Recursive Query what I need?

    :blush: Thanks, John.

  • RE: Subquery and Join (Speed)

    jsteinbeck (10/31/2008)


    I read somewhere (i think it was AskTom) but depending on how you wanted your data or the business logic (the way you write your query if using a...

  • RE: The October 2008 Energy Update

    Heh... the problem with the indecision that some face as to who to vote for is simple... which idiot will cause the least amount of damage? 😛

    If you want...

  • RE: Subquery and Join (Speed)

    There's virtually no difference between a JOIN and an IN (subquery)... they will both create the same execution plan and execute within milliseconds of each other... unless there's a correlation...

  • RE: varchar error

    Matt Miller (10/31/2008)


    "Must look Eye"

    Heh... yeah... I forgot to add that on... 😛 So many cars... so little wax. :hehe:

  • RE: Implement Data integrity

    Muralidharan Venkatraman (10/31/2008)


    :(I have a production application which holds 100+ tables which does not have primary keys at all and running in sql server 2005. I inherited this application and...

  • RE: Is a Recursive Query what I need?

    Nicely done! And thanks for the feedback especially on the performance/durations.

    My only concern is the BEGIN/COMMITs you have for Stages 1 through 4... the [CPMTEST].[XJASN4N].[tblCLS_OFSA] is a...

  • RE: varchar error

    ry.rith (10/31/2008)


    Thank so much,

    that you tell me about the solution.

    I also do the same of yours to complete the crosstab-report, but something that i want is to know why it's...

  • RE: SQL Cursor problem

    Heh... I've just gotta agree with that! 😛

  • RE: compressing / collapsing numbers

    juergen.kessler (10/31/2008)


    @Seth: Sorry Seth, will follow you next time.

    If you do it this time, you'll actually get a tested answer... 😉

Viewing 15 posts - 47,446 through 47,460 (of 59,064 total)