Skip to content

SqlToolsService Known Issues

Eric Kang edited this page Jul 19, 2017 · 12 revisions

If you've experienced a SQL Tools Service crash

Report issues to Github Issue Tracker and let us know any details that will help reproduce the error. Please leave a comment on existing issues so we can gauge how frequently those problems are occurring.

Known Issues

  • The mssql extension process may crash due to a bug in the product. It requires to restart VS Code to recover. Before restarting VS Code, please save your files.

  • Installation Prerequisites: this extension requires the user to install some components needed by .Net Core applications, since this is used for connectivity to SQL Server.

    • For macOS, version 10.12 "Sierra" or greater is required for new features such as Integrated Authentication. If you are using "El Capitan" or an earlier version, you will need to meet the OpenSSL requirement on macOS and the 1.0 version of the SqlToolsService will be used as this still supports these versions.

    • For Windows 8.1, Windows Server 2012 or lower, see Windows 10 Universal C Runtime requirement

  • Process is terminated due to StackOverflowException.

    • There is a bug in the SQL Parser which can be triggered by certain T-SQL syntax. Please disable diagnostics if you hit this issue using the following user setting "mssql.intelliSense.enableErrorChecking": false.
    • Tracking this with issue https://github.com/Microsoft/vscode-mssql/issues/340
  • Connection profiles are not loaded from user settings for Visual Studio Code - Insiders