How to Use Parameters Like a Pro and Boost Performance - Part 2
יום ג׳, 01 בספט׳
|Guy Glantser
Part 2 of the webinar we had on August 4th. in this session we will talk about Parameters vs. Local Variables, Changing Parameter Values & Simple vs. Forced Parameterization


Time & Location
01 בספט׳ 2020, 11:00 – 12:00 GMT+3
Guy Glantser
Guests
About the event
Parameters are a fundamental part of T-SQL programming, whether they are used in stored procedures, in dynamic statements or in ad-hoc queries. Although widely used, most people aren’t aware of the crucial influence they have on query performance. In fact, wrong use of parameters is one of the common reasons for poor application performance.
Does your query sometimes run fast and sometimes slow – even when nothing’s changed? Did it happen to you that a stored procedure, which had always been running for less than a second, suddenly started to run for more than 5 seconds consistently – even when nothing had changed?
We had so much to talk about at the previous webinar, that we simply run out of time!
If you hadnt had the chance, you can listen to Part 1 on our YouTube channel
In this session we will learn about: