could you please reply for these question:
1.About Use Apply?
2.Avoid cursors - When we have a situation that we can not
avoid the use of cursor than what is the alternate solution?
is there anything we can use instead of cursor to perform
the desired task? which optiomize the peroformance too.
3.What is computed columns?
Thanks in advance.
Regards,
Rupesh
Answer Posted / anupom das
Use Table variable with a identity column. Then make a while
loop row by row
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of partition by in sql server?
How is SQL Azure different than SQL server?
What is correlated subquery in sql server?
Why do we use sql limitations? Which constraints can we use while making a database in sql?
How to enter unicode character string literals in ms sql server?
What is unique key constraint?
Can we linked SharePoint to a SQL database?
What is shared lock?
What are the different types of triggers in SQL SERVER?
What is a fill factor?
How to test a dml trigger in ms sql server?
Can sql servers linked to other servers like oracle?
How to connect Azure federated root database and apply federation in entity framework?
How do I create a trace in sql server?
How can you insert values in multiple rows using one Insert statement?