I created linked server between sql server and mysql
.It will work fine for me.
My question is when insert row in mysql table that time i want to update row in sql server table,
Like in mysql table name 'abc' when in this table new row insert that time in ms sql server table name is xyz
and in this field name status
by default true and when new row insert in the abc
table that time in xyz
table field name status
will automatically update and status will change to false.
My linked server name is MYLINK
and it will work fine for me , I want to create trigger which update row
in sql server,and how to create trigger for update row in the ms sql server.