Viewing 12 posts - 31 through 42 (of 42 total)
Example :
inv acc date
-------------------
inv1 acc1 10/12/2007
inv2 acc1 11/12/2007
inv3 acc1...
December 18, 2007 at 4:12 am
Inner Join will be faster.
December 11, 2007 at 5:36 am
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...
December 11, 2007 at 3:31 am
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...
December 10, 2007 at 4:25 am
Thanks!!!
Could you able to explain the above points (table scan, BookMark etc.,) or is there any URL?
December 5, 2007 at 11:59 pm
My suggestions:-
1) check the index in the table i.e your query should perform index seek and scan while executing the query.
December 5, 2007 at 4:38 am
I think the above example misleads you....I will re-format the example. pls find below:-
col1 col2
a 1
b ...
November 28, 2007 at 2:40 am
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 ...
November 26, 2007 at 3:04 am
Replace single quotes with double singlequotes.
November 26, 2007 at 2:51 am
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...
November 19, 2007 at 3:49 am
can you able to send the URL for learning SQL Profiler where the performance of UDF only can monitored?
November 14, 2007 at 1:33 am
Viewing 12 posts - 31 through 42 (of 42 total)