Too many spaces between CREATE and PROCEDURE after I script it AS CREATE (SSMS)

91 Views Asked by At

I have a stored procedure that and when I script it as Create it looks normal CREATE PROCEDURE [ProcedureName], but after i run CREATE OR ALTER PROCEDURE [ProcedureName] and script it again It looks like this CREATE PROCEDURE [ProcedureName]. There is 2 additional spaces and the schema compare catch this as difference. Maybe It is configuration in SSMS or something else. Does anyone bumped into this?

0

There are 0 best solutions below