SSIS Interview Questions 1) What happens if we enable checkpoint and transaction together in SSIS package? Ans: Transaction always gets priority over checkpoint to fulfill acid property. 2) What happens if we enable checkpoint and the package fails after processing few rows of the data flow task. Ans: The package will start from the beginning of the data flow task, i.e it will try to load all the rows again. To avoid this we can add audit columns and remove all the loaded rows or ignore from source which has already been loaded. 3) How do we handle parallel processing inside data flow task? Ans: By setting the property – EngineThreads. 4) Which service maintains transaction in SSIS? Ans: Microsoft Distributed Transaction Coordinator 5. How To Handle Late Arriving Dimension Or Early Arriving Facts? Ans : Late-arriving dimensions sometimes get unavoidable ‘coz delay or error in Dimension ETL or may be due to a logic of ETL. To handle Late Ar...
The blog includes article on Datawarehousing, Business Intelligence, SQL Server, PowerBI, Python, BigData, Spark, Databricks, DataScience, .Net etc.