Link tables from two different SQL Databases
I have two databases in SQL SERVER 2000 namely PMISDB (Personnel) and PENDB (PEnsion Management). I want to create a view that select FileNo, Staffname, ************, Department from Database PMISDB for use in PENDB instead of creating a new staff record. How can I achieve this please?
|