0
kicks
How SQL Server short-circuits WHERE condition evaluation
As a developer you must be aware that SQL Server does not do short-circuiting like it is done in other programming languages and there's nothing you can do to force it to.