-
-
Notifications
You must be signed in to change notification settings - Fork 121
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;
GOand 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels