Which method is best method for speed? in MSSQL, Store 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
15:01 UTC
Read the original article
Hit count: 161
I have select, insert, update and delete query.
if i have to write all query in same store procedure that is good for performance or i should write all query in separate store procedure?
© Stack Overflow or respective owner