Hello
I did some prototype dev using a new db I created on our dev SQL server instance and OnChange events only when the underlying data was changed. I tried the same thing with another database on the same server which is a replica of our live database. With this it just kept firing the event regardless of what activity there was in the table. I even created a totally empty table and used that for the query and it still fired on an empty table.
Is there anything obvious that I need to do to this database to stop this? I'm pretty sure my c#is ok just confused by this
Thanks,
Dave.