Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Monday, October 16, 2017

Why is my T-SQL code so slow with its output?

SQLServerCentral » Latest topics
Why is my T-SQL code so slow with its output?
[code language="sql"]Select Invoice_Exceptions.Invoice_Number as Invoice#, FORMAT(Invoice_Exceptions.DateTime, 'MM-dd-yyyy') as Void_Date, Invoice_Exceptions.ItemNum as Item_#_Removed, Inventory.ItemName, '$'+CONVE

No comments: