Database1
--X_Table
--Y_Table
--Z_Table
Database2
--A_Table
--B_Table
--Z_Table
I have a table which is include product details and I use them for 2 seperated databases .Can i make Z_Table as a shared table?
Because when i want to update Z_Table i have to do that for both DB's.
**i know that i can deal with it with serverside coding (queries).But if i can do that on Sql server that would be nice.