|
9 KB
|
10 KB
|
10 KB
What is the behavior with prior versions of ADS ? v17 or v16 ?
In v17 and v16 only "ALTER DATABASE [Test] MODIFY NAME = [Test1]" line is display when we rename the database.
In v18 "ALTER DATABASE [Test1] SET COMPATIBILITY_LEVEL =" line is present in preview sql tab even we don't change anything.
In v17 and v16 only "ALTER DATABASE [Test] MODIFY NAME = [Test1]" line is display when we rename the database.
In v18 "ALTER DATABASE [Test1] SET COMPATIBILITY_LEVEL =" line is present in preview sql tab even we don't change anything.
@diksha: pls investigate whether this issue is specific to SQL Server 2016 or occurs based upon earlier versions? Also, determine which ADS build # did this problem first start to occur
@diksha: pls investigate whether this issue is specific to SQL Server 2016 or occurs based upon earlier versions? Also, determine which ADS build # did this problem first start to occur
This issue occurs only for SQLSERVER 2016.
In v17 same behaviour observed for SQLSERVER2016.
This issue occurs only for SQLSERVER 2016.
In v17 same behaviour observed for SQLSERVER2016.
svn# 50920
Hi Diksha,
This error occurs because we added 2016 version of MSSQL to ADS V18. The compatibility level now changes to 130. We do not support 2016 version in V17 so I don't think we need to retrofit it.
Thanks, Tom
svn# 50920
Hi Diksha,
This error occurs because we added 2016 version of MSSQL to ADS V18. The compatibility level now changes to 130. We do not support 2016 version in V17 so I don't think we need to retrofit it.
Thanks, Tom
Issue #14580 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 18.0.0-devi-208 |
No time estimate |
1 issue link |
relates to #14757
Issue #14757MS SQL Server 2016: Compatibility level 130 |
What is the behavior with prior versions of ADS ? v17 or v16 ?