I have 2 databases "A" and "b" they are both on the same server. They are seperate applications except I would like for database b to be able to access the user record in database a. Database b has some userid values that match the database a users table which has all the names and user info. Can I setup a view in database b that will get the information or do I need to make a trigger in database a that moves all changes to b? And how do I go about setting up such a trigger?
THANKS!
THANKS!