What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

What is the difference between having and where clause?

4 Answers  


WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN SQL SERVER?

8 Answers  


what are file groups?

3 Answers   Evalueserve,


Where do you think the users names and passwords will be stored in sql server?

4 Answers   BirlaSoft,


How to rename an existing table with the "sp_rename" stored procedure in ms sql server?

0 Answers  






How to create a ddl trigger using "create trigger" statements?

0 Answers  


What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?

0 Answers  


What are the properties of the transaction?

0 Answers  


What is the difference between cartesian product and cross join?

0 Answers  


how to update a null value field in sql server eg a table contains 3 fields id,name,salary and 3 records salary of 1 record is null i want update the nullfield 111 arun 300 112 ddd 200 113 ttt null i want to update table with add 100 to every record include null after updation the recrds should be 111 arun 400 112 ddd 300 113 ttt 100

6 Answers   ABC, HCL,


What is database architecture? : SQL Server Architecture

0 Answers  


Tell me what do you mean by an execution plan? Why is it used? How would you view it?

0 Answers  


Categories