Schema Compare for SQL Server helps structure SQL statements in a query document, managing the case, line breaks, whitespaces, indenting, wrapping, etc. according to the rules of the current formatting style.
The tool is designed to transform illegible SQL code into a layout that is easily readable for most users.
To format code in the entire document, do one of the following:
To format a certain code fragment, right-click a highlighted code fragment and select Format Selection. Alternatively, press Ctrl+K, F.
The tool will format the selected part of the code:
A statement is outlined in the following cases:
A nested SQL statement (for example, SELECT in CREATE VIEW) is outlined only if it starts from a new line.
A statement is not outlined if it is very short and takes only one line of code. Stored code conditions and cycle operators are not outlined; the same applies to the nested BEGIN … END blocks.
dbForge Schema Compare can detect errors in statements during formatting. Formatting is possible only for statements that do not contain errors. The identified errors will be displayed in the Output window.
You can select to output errors in one of two ways:
The errors output behavior can be configured on the Tools > Options menu. In the Options window that opens, navigate to Text Editor > Formatting > General > Notifications.