How to write stored procedure to update the data in 10
tables
Answer Posted / mohit johri
Kindly ignore the last statement in my posted answer which
says 'Exec(@sql)' it was wrongly copied
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is a matrix in ssrs?
Write a sql query to delete duplicate records from a table called table1
What does asynchronous call backs means?
What is 2nf normalization?
How to define and use table alias names in ms sql server?
What is federation member?
What is meant by referential integrity?
How to concatenate two strings in SQL Server.
What is the use of =,==,=== operators?
Can sql server 2016 run on windows 7?
What is difference between equi join and inner join?
What is the command used to recompile the stored procedure at run time?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
What are horizontal and vertical scaling?
How to use values from other tables in update statements in ms sql server?