could you please reply for these question:
1.About Use Apply?
2.Avoid cursors - When we have a situation that we can not
avoid the use of cursor than what is the alternate solution?
is there anything we can use instead of cursor to perform
the desired task? which optiomize the peroformance too.

3.What is computed columns?

Thanks in advance.

Regards,
Rupesh

Answer Posted / prasanna

Use derived columns,corelated subqueries instead of cursors
so that the performance will also be improved.

Regards
prasanna

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of triggers in sql server?

519


What is the difference between mysql and mysqli?

581


If the job running very slow what is the action you do

1425


Explain the creation and execution of a user-defined function in the sql server?

576


What are the different types of columns types constraints in the sql server?

523






Does sql server 2000 full-text search support clustering?

503


What is enhanced database mirroring in sql server 2008?

513


What is the difference between rank and dense_rank?

503


Explain the different types of joins?

566


Difference Between ORDER BY Clause and GROUP BY Clause in SQL?

625


What is a cache in ssrs?

110


In my application I have a process which picks the scanned files (tif format) from a shared location and it links to application and shown on it.The actuall issue is that my process picks the file before it is completly written or scanned which results in displaying few parts of the image or incomplete image.I need to check if the file is not completly scanned or written then do not link it to application.Please help if any body tell me that how can i check that file is in written phase or locked through DTS.thanking you in advance

1555


1.how to find the dead lock in sql server? 2.How to fine the memory leaks in sql server? 3.suppose transaction log file increasing what action will take ?

1547


What is the difference between seek predicate and predicate?

581


What is a data collection table?

540