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
What is the difference between having and where clause?
WHY CAN WE CREATE ONLY ONE CLUSTERED INDEX ON A TABLE IN SQL SERVER?
what are file groups?
Where do you think the users names and passwords will be stored in sql server?
How to rename an existing table with the "sp_rename" stored procedure in ms sql server?
How to create a ddl trigger using "create trigger" statements?
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?
What are the properties of the transaction?
What is the difference between cartesian product and cross join?
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
What is database architecture? : SQL Server Architecture
Tell me what do you mean by an execution plan? Why is it used? How would you view it?