I am working on creating a data warehouse for a client. To extract data, I can use :
I want to know what is better concerning the data quality and performance between these two alternatives ?
If you are importing data from a SQL Server instance to another SQL Server instance (DWH) and you have the possibility to use SSIS, go with T-SQL or direct bulk operations you can find as components in the VS toolbox. SQL Server Source and SQL Server Destination should meet your requirements.