SSIS Question:

Download Job Interview Questions and Answers PDF

If you want to send some data from Access database to SQL server database. What are different component of SSIS will you use?

SQL Server Integration Services Interview Question
SQL Server Integration Services Interview Question

Answer:

In the data flow, we will use one OLE DB source, data conversion transformation and one OLE DB destination or SQL server destination. OLE DB source is data source is useful for reading data from Oracle, SQL Server and Access databases. Data Conversion transformation would be needed to remove datatype abnormality since there is difference in datatype between the two databases (Access and SQL Server) mentioned. If our database server is stored on and package is run from same machine, we can use SQL Server destination otherwise we need to use OLE DB destination. The SQL Server destination is the destination that optimizes the SQL Server.

Download SQL Server Integration Services Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Difference between control flow and data flow?What is precedence constraint?