dbForge Studio for SQL Server can help you to format your SQL statements, paying attention to case, line breaks, whitespaces, indenting, wrapping, etc. Statements with errors are skipped and are not formatted.
Before you format your code, you might want to configure formatting options and customize case formatting profiles. To tune formatting options:
To format the whole code of a document, do one of the following:
To format current statement, do one of the following:
To format a certain code fragment:
The Studio can format only complete code blocks. Applying formatting to a code fragment, for example, a part of a query or a single line of code, will result in a syntax error.
You can use dbForge Studio for SQL Server to insert missing semicolons after each statement in a query.
To insert semicolons, right-click the statement body and select Refactoring > Insert Semicolons. Alternatively, press Ctrl+K, ;.
You can use Devart Code Compare to compare XML-based formatting profile files and identify differences in structure, tags, and values.
1. Open Code Compare.
2. Load the files you want to compare.
2.1. On the menu bar, select File > Open First File and choose the first file.
2.2. On the menu bar, select File > Open Second File and choose the second file.
Note
The default path to custom formatting profiles is
C:\Users\username\AppData\Roaming\Devart\dbForge Studio for SQL Server\FormatProfiles
.Replace
username
with your Windows user name.
Predefined profiles are not stored in this folder.
1. Open Tools > Options > Formatting > Profiles.
2. Create a new profile based on the settings of the required predefined formatting profile.
3. Save the new profile to that folder.
4. Use Code Compare to compare the saved profile file with your custom profile.
5. Review the comparison results. Differences are highlighted in both files.