Want to create a database link in sql server 2005.
The two databases exist in the same database server . But both have different authentication .
For eg :
DB server : DBSQL/DBSQL
Database 1 : projectdb1
database 2 : empdb
I just want to link "projectdb1" from "empdb" both have different sql server authentication.
Please help me out.
Thanks in advance