DacFx icon indicating copy to clipboard operation
DacFx copied to clipboard

DacFx disables fulltext index after import

Open llali opened this issue 4 years ago • 0 comments

  • SqlPackage or DacFx Version:
  • .NET Framework (Windows-only) or .NET Core:
  • Environment (local platform and source/target platforms):

Steps to Reproduce:

  1. create a db with table, a non-clustered index on the table and a fulltext index on that index 2.export to a bacpac
  2. 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)

llali avatar Dec 22 '21 21:12 llali