Forum Replies Created

Viewing 12 posts - 31 through 42 (of 42 total)

  • RE: TOP FUNCTION

    Example :

    inv acc date

    -------------------

    inv1 acc1 10/12/2007

    inv2 acc1 11/12/2007

    inv3 acc1...

  • RE: Faster of the 2 Inner join or Outer join

    Inner Join will be faster.

  • RE: Query - Execution Time

    1) Query optimization.

    2) There might be a problem due to index i.e check whether index is used in the correct order(i.e index seek etc.,).

    you can see the performance thr' execution...

  • RE: Index Scan vs Index Seek

    whether index scan reads the data from index or table? if it reads from the table then there is no advantage of this index scan because , it is reading...

  • RE: Issues in Optimization

    Thanks!!!

    Could you able to explain the above points (table scan, BookMark etc.,) or is there any URL?

  • RE: PERFORMANCE QUESTION

    My suggestions:-

    1) check the index in the table i.e your query should perform index seek and scan while executing the query.

  • RE: serial number updation

    I think the above example misleads you....I will re-format the example. pls find below:-

    col1 col2

    a 1

    b ...

  • RE: Cummalitive addition

    Jeff,

    I got the solution. ....

    Thanks.

  • RE: Cummalitive addition

    I need to generate a cummulative calculation in the query. For example:

    there are 2 columns and one column should do the cummulative addition from the query

    col1 ...

  • RE: select statement with special char

    Replace single quotes with double singlequotes.

  • RE: Running Number Generation

    Hi ,

    I'm using sql server 2000. Do you have any query or site to view the solution. I need to generate the serial number in the query,so that the query...

  • RE: Monitoring UDF

    can you able to send the URL for learning SQL Profiler where the performance of UDF only can monitored?

Viewing 12 posts - 31 through 42 (of 42 total)