Skip to content

MSSQL Cannot create fulltext index in transaction #330

@klinki

Description

@klinki

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions