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
What is star, snowflake and star flake schema? : sql server analysis services, ssas
What is user-defined multi-statement table-valued function?
Can You Use A Stored Procedure To Provide Data To An Ssrs Report?
What is the most common type of join?
What are the difference between primary key and unique key? : sql server database administration
can a table be moved to different filegroup? : Sql server administration
How to retrieve field values using mssql_result()?
What are “phantom rows”?
What types of replication are supported in sql server?
how many layers of tcp/ip protocol combined of? : Sql server database administration
How to recreate an existing index in ms sql server?
What are the filtered indexes?
What’s the distinction between dropping a info and taking a info offline?
How to delete an existing database user?
Can we use max in where clause?