Script Object As Alter
keith_m
Posts: 3 Bronze 1
in SQL Prompt
Whenever I use Script Object As Alter on a stored procedure the resulting SQL has the following warning:
The EOL marker sequence is not the expected CR/LF
on every line which I then have to fix.
Is there a setting in SQL Prompt or SSMS which will fix this?
The EOL marker sequence is not the expected CR/LF
on every line which I then have to fix.
Is there a setting in SQL Prompt or SSMS which will fix this?
Tagged:
Answers
Please can you provide the create script of the proc in question?
Victoria Wiseman | Redgate Software
Have you visited our Help Center?
It's all stored procedures. In fact anything we use Script Object As Alter on has the same issue, stored procedures and views for instance.
Using SSMS "Script stored procedure to..." doesn't have the same issue.
The files we use to create the objects in the first instance have CRLF end of line sequence.
Keith
Dan Jary | Redgate Software
Have you visited our Help Center?