Community

Migrating Cursors from Oracle to SQL Server

Oracle requires using cursors with SELECT statements, regardless of the number of rows requested from the database. In Microsoft® SQL Server™, a SELECT statement that is not disclosed on a cursor returns rows to the client as a default result set. This is an efficient way to return data to a client

Read More - Register for Free Membership

Tags: