After importing/restoring the project's database within SQL the DBA needs to resynch the GUID (for lack of the correct term) for the td user. Tell them to execute the following command/query on the project's database:
EXEC sp_change_users_login ‘Auto_Fix’, ‘td’, null, ''
EXEC sp_change_users_login ‘Auto_Fix’, ‘td’, null, ''