Which method is best method for speed? in SQL Server, stored procedure

Posted by AjmeraInfo on Stack Overflow See other posts from Stack Overflow or by AjmeraInfo
Published on 2010-03-19T14:57:24Z Indexed on 2010/03/19 20:31 UTC
Read the original article Hit count: 111

I have select, insert, update and delete query.

If I have to write all queries in the same stored procedure that is good for performance or should I write all queries in separate stored procedures?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about stored-procedures