what is the cursor
Answer / om shivaya namaha
Cursors are used to fetch the records row by row data in a
table but get the data very fast by using the cursors it is
very useful if the table contains few records in a table but
will create a performance isses if the table contain lot of
records
create cursor cursorName for
select EmpId,EmName from Employees
open cursor
while (@@FetchStatus==0)
begin
fetch next from cursorName into @EmpId , @EmName
select * from Employee where empid=@empid
end
close cursor
| Is This Answer Correct ? | 24 Yes | 0 No |
how can we maintain security in soted procedure?
Is a dll file an executable?
Can u able to get the xml document in crystal report if yes how its possible
What is the use Membership in asp.net? and What is the use profiler in asp.net?
Web API uses which library for JSON serialization?
Why would a company use an application service provider?
What is asp.net futures?
what is difference between User Control,Custom Contro1,Web server control and template controls
What is Model-View-View Model?
What are the different methods of session maintenance in asp.net?
What is view state and how it works in asp net?
what are partial classes and their use?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)