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 join in sql? What are the types of joins?
What are trace flags and mention a few common trace flags used with sql server?
Is it possible for a stored procedure to call itself or recursive stored procedure?
What are the restrictions that views have to follow?
what are constraints? : Sql server database administration
What is the significance of null value and why should we avoid permitting null values?
What is the default value of an integer data type in sql server 2005?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
What is the difference between MVC and Teir Architecher? Plz explain with Layyered Programming example...? Thanks
What is hot add cpu in sql server 2008?
what's the difference between a primary key and a unique key? : Sql server database administration
Mention the different types of replication in sql server.
How to enter date and time literals in ms sql server?
What protocol does sql server use?
What is the difference between resultset and resultsetmetadata?