I am trying to copy data from a SQL SERVER production database to a SQL SERVER development database. The datbase structures are exactly the same. However, the development already contains some data that cannot be deleted. Therefore I can not complete copy the database tables over.
I am confident enough in my sql skills that I could explicit bring it over and insert it. If I were using an Oracle database, I would create a database link. I would then execute sql statements and import my data. Are database links supported in SQL Server? If so, could someone provide some syntax on how to create and use them.
Thanks,
Tim
I am confident enough in my sql skills that I could explicit bring it over and insert it. If I were using an Oracle database, I would create a database link. I would then execute sql statements and import my data. Are database links supported in SQL Server? If so, could someone provide some syntax on how to create and use them.
Thanks,
Tim