Search Result


Tag : sql

1 Post
sql

Are stored procedures faster?

This debate has been going on for years.

"Back then" when I was learning the basics of database management, one of the advocating points for the usage of stored procedures (SP) was performance. Fast forward some years and all I have read is that they perform exactly the same as a parametrized query. Is this correct?

Probably depends on your