Certification Notes
Certification Notes
Certification Notes
Report Designer
Report Manager
Report Server
Report Server Database
Browser types supported by reporting services
Report Server and Command line utilities
---------------------
SQL Server
----------
SSIS
How would you deploy an SSIS package on production?
To deploy the SSIS package, we must run the manifest files and determine if they
should be deployed in File System or SQL Server.
This is an important answer to these kinds of SSIS interview questions.
3.How to handle Early Arriving Facts or Late Arriving Dimension?
Late arrival dimensions are inevitable; to manage them,
we can create a fictitious dimension with a natural/business key and retain the
remaining attributes as null or default.
Thus, when the real dimension arrives, the fictional dimension is updated with
the change of type 1.
It is also called Inferred Dimensions. This is a Key response to these types of
SSIS interview questions.
4.How to handle Early Arriving Facts or Late Arriving Dimension?
Late arrival dimensions are inevitable; to manage them.
we can create a fictitious dimension with a natural/business key and retain the
remaining attributes as null or default.
Thus, when the real dimension arrives, the fictional dimension is updated with
the change of type 1.
It is also called Inferred Dimensions. This is a Key response to these types of
SSIS interview questions.
5.What is the use of CDC control tasks?
By using CDC, we can maintain and interact with the SQL Server change capture
function.
` is an important answer to these kinds of SSIS interview questions.
6.Explain How Can You Do An Incremental Load?
7.How do you store SQL passwords? Does the SSIS connection manager of the package
store SQL password?
8.What is CDC Splitter?
Once the data is read into a table with CDC enabled, this transformation sends the
data that should be deleted, inserted,
and updated in a different path. This is a Key response to these types of SSIS
interview questions.