Use Parameterized Queries Or Store Procedures

less than 1 minute read

Parameterized queries are exactly the same as stored procedures in terms of performance and memory management. Since most ORM tools can use either stored procedures or parameterized queries, be sure you’re coding to these constructs and not hard-coding values into your T-SQL queries.

Leave a Comment

Your email address will not be published. Required fields are marked *

Loading...