Without Using Cursors , How to Select the Selected row??
Answers were Sorted based on User's Feedback
Answer / nandkumar karlekar
use while loop with #temp table containing auto increment
ID as column
find the row on where ID=@Count
Count ++ up to where ID=@Count not exist.
it is very fast as compair to cursor.
Is This Answer Correct ? | 1 Yes | 1 No |
Explain the collation?
How to store pdf file in sql server?
1 Answers CarrizalSoft Technologies, College School Exams Tests, TATA,
in emptable i want to retrive the name of employee whose name in 'J'char.exp: arjun,jagadesh,niranjan,anju,aaaj etc.
why we use cursor?
4 Answers CarrizalSoft Technologies, Melstar, TCS,
Can you explain the disadvantages/limitation of the cursor?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
How do I find the sql server database version?
Give me any three differences between Truncate and Delete.
Explain error handling in ssis?
What is RAID and what are different types of RAID configurations?
Difference between DELETE and TRUNCATE?
How do you use DBCC statements to monitor various aspects of a SQL server installation?