What is dynamic cursor in SQL SERVER?
Answer / Sagar Kumar
A dynamic cursor in SQL Server is a cursor that is declared and opened dynamically during the execution of the program. It allows for iterating through rows of a result set that may not be known at compile time. However, using dynamic cursors can lead to poor performance due to their resource-intensive nature. In modern practice, they are often avoided in favor of more efficient solutions like Set-Based Programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do I create a trace in sql server?
What is the difference between a clustered index and a non-clustered index?
How to delete existing rows in a table?
Whether the updations made to the views reflect the original records in the table
what is the difference between a primary key and a unique key? : Sql server database administration
What is collation sensitivity?
What do you mean by a dependent functionality in a build?
What is user stored procedure & it purpose?
What is an example of a foreign key?
Can a trigger be created on a view?
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
What is the difference between windows authentication and sql server authentication
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)