-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.6
-
Fix Version/s: 5.6.0-HF04, 5.7.1
-
Component/s: Core VCS
-
Tags:
SQL Server on Azure has a few specificities that we must take into account:
- all tables must have one clustered index,
- fulltext cannot be used,
- sys.indexes must be used instead of sysindexes (long deprecated),
- master.dbo.fn_varbintohexstr cannot be used (internal function, not in Azure),
- DBCC CHECKIDENT cannot be used.