Tag Archives: sql

Stored Procedure Performance

This is just a quick tip/workaround for performance issues with stored procedures in SQL Server. I had a fairly complex SP, actually just a SELECT with calculations, joins and outer applies, that had several parameters of different types (uniqueidentifier, varchar, … Continue reading

Posted in database | Tagged | Leave a comment