How to avoid cursors?
Answer Posted / sunny
update salary set sal=(
case
when sal between 100 and 300 then sal + 1000
when sal between 300 and 500 then sal + 2000
when sal between 500 and 700 then sal + 3000
end)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is a live lock? : Sql server database administration
in the physical file layout, where should the transaction log be stored in relation to the data file? : Sql server administration
Is oracle faster than sql server?
How to create stored procedures with parameters in ms sql server?
How do you Implement SSIS Packages in your Project?
What is the purpose of optimization?
Is ssrs support other database except ms sql server?
Why is the need for data conversion transformations?
What is the difference between for auto and for nested?
How do I edit a procedure in sql server?
What are the different types of cursor?
What is the maximum size of sql server database?
Can sql servers link to other servers?
Explain various data region available in ssrs with their use?
What is identity?