How many types of cursors are there in SQL Server?
Answer Posted / hari
Cursor : Curosr is allow row processing of the result set.
Static
Dynamic
forward-only
Key setdriven
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
How can we rewrite sub-queries into simple select statements or with joins?
What are the Advantages of using CTE in sql server?
How to provide default values to stored procedure parameters?
What are the advantages of user-defined functions over stored procedures in sql server?
Explain powershell included in sql server 2008?
Describe how to use linked server?
How to include date and time values in sql statements?
Explain about remote stored procedure?
Explain Capacity planning to create a database? and how to monitor it?
Give a example to search fr a string in all stored procedure in sql server.
Tell me what is normalization? Explain different forms of normalization?
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
How to call a function from a stored procedure in SQL Server ?
How to concatenate two character strings together?
What is sql server 2000 work load governor?