DacFx
DacFx copied to clipboard
DacFx disables fulltext index after import
- SqlPackage or DacFx Version:
- .NET Framework (Windows-only) or .NET Core:
- Environment (local platform and source/target platforms):
Steps to Reproduce:
- create a db with table, a non-clustered index on the table and a fulltext index on that index 2.export to a bacpac
- import the bacpac to a new db
Expected: indexes should be enabled Actual: fulltext index is disabled
Did this occur in prior versions? If not - which version(s) did it work in?
(DacFx/SqlPackage/SSMS/Azure Data Studio)