This repository was archived by the owner on May 7, 2024. It is now read-only.

Description
Version 1.0.0a17 gives me this error when I try to script a database on Azure SQL Data Warehouse (@@ServerName is not supported on SQL DW)
Scripting request: aecd4e34-239f-4eb0-99bc-67ff4a969934 encountered error: Must declare the scalar variable "@@servername".
Error details: System.Data.SqlClient.SqlException: Must declare the scalar variable "@@servername".
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
...