mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-16 18:47:57 -05:00
fixed the issue with scripting a view with trigger in dw database (#554)
This commit is contained in:
@@ -270,6 +270,11 @@ namespace Microsoft.SqlTools.ServiceLayer.Scripting
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (scriptingOptions.TargetDatabaseEngineEdition == DatabaseEngineEdition.SqlDataWarehouse)
|
||||||
|
{
|
||||||
|
scriptingOptions.Triggers = false;
|
||||||
|
}
|
||||||
|
|
||||||
scriptingOptions.NoVardecimal = false; //making IncludeVarDecimal true for DPW
|
scriptingOptions.NoVardecimal = false; //making IncludeVarDecimal true for DPW
|
||||||
|
|
||||||
// scripting of stats is a combination of the Statistics
|
// scripting of stats is a combination of the Statistics
|
||||||
|
|||||||
Reference in New Issue
Block a user