Tips for dictating into SQL Server Management Studio
If you dictate into SQL Server Management Studio, you may notice very slow performance. Try the following to alleviate this:
- Turn off all toolbars (create macros to access commonly used functionality)
- Keep as few panes and documents open as possible
- Keep only one database open at a time
- Hide search results after you're done with them (Ctrl+R)
- If all else fails, close and reopen management studio
- Display the tab stops in the edit window to make it easier to format your SQL.
Query Analyzer from SQL Server 2000 does not have these issues.
