Forum Discussion
Chad_Allen
Dec 12, 2023Copper Contributor
Stored Procedure Formatting in SQL 2019
I've stumbled across a very odd formatting issue, when it comes to creating a stored procedure in SQL Server 2019. The exact version we're using is: Microsoft SQL Server 2019 (RTM-CU20) (KB502427...
olafhelper
Dec 18, 2023Bronze Contributor
Could this be an client issue, perhaps?
Chad_Allen , SQL Server engine don't modify any peace of your code, but SSMS as client/editor do, e.g. change a <Tab> into 4 spaces, see
Manage Code Formatting - SQL Server Management Studio (SSMS) | Microsoft Learn