Answer Posted / brahma
Yes,
Begin transaction t1
update <Table_Name> set <col1>=<col1>+50
Begin Transaction t2
delete from <Table_Name> set <col1>=<col1>+100
commit Transaction t2
end transaction t1
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to test subquery results with the exists operator?
What are the differences between left join and inner join in sql server?
What are the types of containers in ssis?
Explain how to use linked server?
Are resultset updatable?
How to delete a database in ms sql server?
What is the difference between deallocate cursor and close cursor?
Delete duplicate rows without using rowid.
What is transaction server distributed transaction?
How use inner join in sql server?
Explain the functionalities that views support?
Which data type columns are the best candidates for full-text indexing?
How to get a list of columns in a view using the "sp_columns" stored procedure?
what are statistics, under what circumstances they go out of date, how do you update them? : Sql server database administration
Which is the latest version of sql server and when it is released?