Source db is on a SQL 2k platform, running in SQL 7.0 compatibility mode. Destination is a SQL 2k5 db. Source db does not use Window authentication (I didn't set it up) but the app it backs up handles it with local logins. Destination db also has it's own local logins (nope, didn't set that one up either, both are from outside vendors.) Logins not the same. Need to establish authentication in source db triggers to access and update tables in destination. Have already set up linked server structure. Help?