How many types of Cursor in SQL SERVER?
Answer / anindya basu
There are four types of cursor in SQL Server which are:
a. Static
b. Dynamic
c. Forward Only, and
d. Keyset
Static keysets aren't sensitive to database changes and are scrollable.
Dynamic keysets are sensitive to database changes and are scrollable.
Forward only keysets aren't sensitive to database changes and allows only forward scrolling of data. There are 3 variants of Forward Only cursors viz. Forward Only Static, Forward Only Keyset, and Fast Forward. Fast Forward is the fastest of all cursors.
Keyset cursor supports movement from the first row to the last and vice-versa. It doesn't identify inserts but recognizes both updates and deletes.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain a differential backup?
Would it be a good idea to create an index on a table that always contains 10 records? Why or why not?
How do indexes help, types?
Is a null value equal to anything? Can a space in a column be considered a null value? Why or why not?
What is the difference between inner join and equi join?
Which TCP/IP port does SQL Server run on?
Diffrent types of function
I have cleared sbi clerk examination. I am Bachelor in computer application (BCA) graduate. so which type of question related bca in sbi clerk interviews. pls answers me at sejalvaghela@yahoo.co.in.. and also tell me which type of question asked in sbi clerk interview.
New concepts of sql server 2005 use in your project.
how to get the automatic backup of the database in the sql server
How to create hyperlink from returned sql query ?
What are the steps you will take, if you are tasked with securing an SQL Server?