import data in sql table from sql server database from another domain

  • Hi,

    I have read right on production environment and read-write access on development environment.

    Production database in on xyz domain and Development environment on abc doman. I have different login for each of db as domain is different.

    logins are : xyz\akash , abc\akash

    How can i import data to development environment from production using SSIS using windows authentication login only.

    Thanks,

    Akash

  • Are the two domains trusted?

  • Yes

  • so can you add the xyz\akash login onto the dev SQL server as read write access and run the connection under that domain account?

  • Is there any other way?

  • not in ssis i believe. but if you have a trusted domain, so cross domain authentication should work.

  • what if domains are non trusted? just #curious 🙂

  • If domains are not trusted you have no way of connecting to the other sql server with windows authentication. xyz does not trust any users from abc so on your sqlserver in xyz you cannot add a user from domain abc.

Viewing 8 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic. Login to reply