SSIS Interview Questions and Answers Part 2

 SSIS Interview Questions

 

SSIS – Part 2

SSIS Interview Questions and Answers for Experienced and Fresher’s

Here we are publishing series of posts on SSIS Interview questions and answers Part 2 for experienced and freshers . Below is the series 2.

Q. What is a breakpoint in SSIS?

Ans:

A breakpoint is a stopping point in the code. The breakpoint can give the Developer\DBA an opportunity to review the status of the data, variables and the overall status of the SSIS package.
Breakpoints are setup in BIDS. In BIDS, navigate to the control flow interface. Right click on the object where you want to set the breakpoint and select the ‘Edit Breakpoints…’ option.

Q. Can you name 5 or more of the native SSIS connection managers?

Ans:

  • OLEDB connection – Used to connect to any data source requiring an OLEDB connection (i.e., SQL Server)
  • Flat file connection – Used to make a connection to a single file in the File System. Required for reading information from a File System flat file
  • ADO.Net connection – Uses the .Net Provider to make a connection to SQL Server 2005 or other connection exposed through managed code (like C#) in a custom task
  • Analysis Services connection – Used to make a connection to an Analysis Services database or project. Required for the Analysis Services DDL Task and Analysis Services Processing Task
  • File connection – Used to reference a file or folder. The options are to either use or create a file or folder
  • Excel
  • FTP
  • HTTP
  • MSMQ
  • SMO
  • SMTP
  • SQL Mobile
  • WMI

Q. How do you eliminate quotes from being uploaded from a flat file to SQL Server?
Ans:

Continue reading

Posted in Interview Q&A, MSBI, SSIS | Tagged , , , , , , , , , , , , , , , | 7 Comments

SSIS Interview Questions and Answers for Experienced and Freshers

SSIS Interview Questions 1

SSIS – Part 1

SSIS Interview Questions and Answers for Experienced and Freshers

 

Here we are publishing series of posts on SSIS Interview questions with answers for experienced and freshers . Below is the series 1.

Q. Define SSIS?

Ans:

SQL Server Integration Services — commonly known as SSIS is the new platform that was introduced in SQL Server 2005, for data transformation and data integration solutions. This replaced the DTS in SQL Server 2000.

Q. Name a few SSIS components?

Ans:

  • Integration Services Projects
  • Integration Services Packages
  • Control Flow Elements
  • Data Flow Elements
  • Integration Services Connections
  • Integration Services Variables
  • Integration Services Event Handlers
  • Integration Services Log Providers

Q. What is a project and Package in SSIS?

Ans:

Project is a container for developing packages. Package is nothing but an object. It implements the functionality of ETL — Extract, Transform and Load — data.

Q. What are the 4 elements (tabs) that you see on a default package designer in BIDS?

Ans:

Control Flow, Data Flow, event Handler and package explorer. (Parameters – 2012 Data Tools)

Q. What is a Control flow and Data Flow elements in SSIS?

Ans:

Continue reading

Posted in Interview Q&A, MSBI, SSIS | Tagged , , , , , , , , , , , , , , , | 71 Comments

SQL Server DBA Responsibilities and Roles

DBA_Res3

SQL Server DBA Responsibilities

Key Responsibilities – DBA

We can categorize SQL Server DBA Responsibilities into 7 types

  • Capacity Management
  • Security Management
  • High Availability Management
  • Backup and Recovery Management
  • Performance Tuning
  • Process Improvements
  • Daily, Weekly and Monthly maintenance
  • Installations / Upgrades / Patching
  • Health Checks / Report Analysis

DBA Daily Responsibilities

On daily basis DBA should monitor the below

Backups

Continue reading

Posted in SQL Server DBA | Tagged , , , , , , | 29 Comments