How can i access database in another server group (e.i. i have sql server group local with table1 i have to create trigger to update table1 in another database in another server group)
Printable View
How can i access database in another server group (e.i. i have sql server group local with table1 i have to create trigger to update table1 in another database in another server group)
You need to create a linked server to access the databases on an other server.
Linked Server ? how can i do that ? do you have any sample for this , hope you can help me in this ... or if you have any suggestion
Thanks
The easiest way is in SSMS