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 |
step to create a strong name?
How do sessions work?
Descrie about response.buffer and repsonse.flush ?
What is operator overloading in dotnet
What is fulltrust?
From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)
What is the asp.net mvc folder conventions? : asp.net mvc
Is asp.net mvc front end or backend? : Asp.Net MVC
What are the Difference between asp.net and asp ?
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
is it possible to persiste customize object in view state? how it is?
Where on the Internet would you look for Web services?
5 Answers IBM, MNC, Siebel Systems,
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)