Are there any provision available in SSMS to align the SQL code. Arrange the SQL SP scripts in a readable format. Whenever I align the SP scripts and run a ALTER PROC. The scripts got misaligned when i retrieve the SP code using sp_helptext.
Like how we align the C# OR .aspx codes in Visual Studio using the shortcut key Ctrl +KD, Any option available in SSMS?