IsNemoEqualTrue / monitor-table-change-with-sqltabledependency

Get SQL Server notification on record table change
MIT License
657 stars 177 forks source link

CreateSqlServerDatabaseObjects - create Trigger - not OLTP ready #104

Closed Breiti1183 closed 5 years ago

Breiti1183 commented 5 years ago

the method CreateSqlServerDatabaseObjects do not work for OLTP Tables. The create of the TRIGGER did not work! Any idea how it can be made working? The TSQL cmd BEGIN DIALOG is not a valid one for natice compiled sp... regards

christiandelbianco commented 5 years ago

Hi. In the documentation there is always reported database table - not In-Memory OLTP table. SqlTableDependency works only for traditional disk-based tables.