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 , , , , , , | 28 Comments

Index Internals

Brad_IMGBrad McGehee

index internals

Good morning Folks, I have gone through an article which is from Brad’s library.

We should appreciate him for giving us the best article on Indexes.

By understanding this Article we can get some extra knowledge on below

  1. What is a Table?
  2. What is an Index?
  3. Types of data pages
  4. What is a Heap?
  5. Types of Indexes

We might have gone through various blogs on above topics, but this article will explore at least few new things for sure.

Apart from Indexes we can have a look at below:

Continue reading

Posted in Performance Tuning, SQL Development, SQL Server DBA | Tagged , , , , , , | Leave a comment