-
-
Notifications
You must be signed in to change notification settings - Fork 117
Open
Description
Hello,
I have following change script:
CREATE FULLTEXT CATALOG ftCatalog AS DEFAULT;
GO
CREATE FULLTEXT INDEX ON Subject(Email, Name, Organization) KEY INDEX PK_Subject;
GO
and it causes this error:
Error executing script: R__fullTextIndexes.sql after 5 ms. CREATE FULLTEXT CATALOG statement cannot be used inside a user transaction. Sql query: CREATE FULLTEXT CATALOG ftCatalog AS DEFAULT; CREATE FULLTEXT CATALOG statement cannot be used inside a user transaction.
I think Evolve should check if file doesn't contain FULLTEXT related commands and if it does, then it should not execute it in transaction.
Metadata
Metadata
Assignees
Labels
No labels