|
SQL Editor
Use the built-in SQL Editor to edit existing stored procedures, functions, triggers, view and SQL scripts. This window opens when you open any of those objects.

The SQL editor provides many useful SQL text-editing features, including:
- Full T-SQL syntax highlighting.
- Providing useful editing functions, including cut, copy, paste, and search operations.
- Execute and parse the SQL script.
- Export the SQL script to Rich Text Formatted (RTF) and HTML Documents (HTML) files with syntax highlighting.
|