adspace


What is implicit cursors?

Answer Posted / Shubhangi

Implicit cursors are automatically created by SQL Server when a SELECT statement is used within the execution of a transaction-control construct, such as BEGIN TRANSACTION and COMMIT. Implicit cursors are closed and deallocated after each transaction.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is temporary table in sql server? Why we use temp table?

1024


Why use identity in sql server?

1205


How to rebuild the master database?

1170


What are the different types of subquery?

1236


Can we shrink data file in sql server?

1131


What is standby servers? Explain types of standby servers.

1085


Where can you add custom error messages to sql server?

1217


What is subquery? Explain the properties of a subquery?

1064


Can we do dml on views?

1040


How to convert numeric expression data types using the cast() function?

1155


What is the difference between for xml raw and for xml auto?

1122


How do I find query history in sql server?

1028


What is sql or structured query language?

1229


If you're given a raw data table, how would perform etl (extract, transform, load) with sql to obtain the data in a desired format?

1049


List out the different types of locks available in sql server?

1052