You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hello,
I have following change script:
and it causes this error:
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.
The text was updated successfully, but these errors were encountered: