Tagged Questions

5
votes
2answers
281 views

Performance Implications of Comments in SQL Stored Procedures

Recently at my day-job were were instructed that any comments regarding our stored procedures MUST NOT exist inside the stored procedure and rather Extended Properties must be used. In the past we …
1
vote
3answers
1k views

How to limit SQL queries CPU utilization?

After a large SQL Query is run that is built through my ASPX Pages I see the following two items listed in sql profiler. Event Class TextData …