Archive for the ‘Import-Export’ Category
SQL Import Export from linked server
07
Oct
There is always a need to import/export tables or data from different database. The common scenario is when you need that data to your local database that is in your live database.
For this purpose, many techniques are available, but my technique is simple and modifiable as it takes every table from linked server and makes a query against that and that query can be changeable by you. (e.g you can specify where clause as well).
So first of all you will need to know from which database you wan ....Read Full Article