show/hide this revision's text 2 added 240 characters in body

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.

show/hide this revision's text 1

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

Query Analyzer from SQL Server 2000 does not have these issues.