dbForge Studio for SQL Server includes a refactoring feature that helps maintain code consistency and reduces the need for manual changes by automatically updating references when code elements are modified.
You can modify identifiers throughout your code while maintaining all references and dependencies.
You can transform and standardize SQL code structure for better readability and debugging.
sp_executesql statements into standard SQL.| Shortcut | Action |
|---|---|
| F2 | Rename the selected alias, variable, or object. |
| Ctrl+K, ; | Insert semicolons throughout the document. |
| Ctrl+Z | Undo the refactoring operation. |