HAPPY NEW YEAR – 2014

happynewyear_2014

HAPPY NEW YEAR – 2014

Happy_2014

Posted in Miscellaneous | Tagged , | Leave a comment

Deploying SSIS package using Deployment Manifest with screenshots

SSIS package using Deployment Manifest with screenshotsThe post Deploying SSIS package using Deployment Manifest with screenshots can help you to deploy SSIS package using deployment manifest. To demonstrate this I have created a simple ETL package to load data from a Flat file to SQL Server table. It’s just Truncates the table and import data from flat file when every time we execute the package.

  • Source: FlatFile – Customer.txt
  • Destination: SQL Server 2014 – DB: [ETL2017_DEV] – Table: Customer
  • BI Tool: SQL Server Data Tools 2015

Creating Deployment Manifest in SSIS

1 We have designed a simple ETL package using SQL Server Data Tools 2015. From SQL Server 2012 by default package is created in “Project Deployment Model” before that it used to be “Package Deployment Model”. Here you can see how to use Project Deployment Model to deploy packages.

If you are using BIDS then please go to the step 3. Our package looks like below:

SSIS package using Deployment Manifest with screenshots

2  Since I am using SQL Server Data Tools for preparing Deployment manifest first I need to convert the deployment model to “Package Deployment” as below:

SSIS package using Deployment Manifest with screenshots SSIS package using Deployment Manifest with screenshots

Remember that if your package is using any Project Deployment features (Ex: Project Parameters) then it will be tough to convert the model.

3  Follow the below steps to create the deployment manifest:

SSIS package using Deployment Manifest with screenshots SSIS package using Deployment Manifest with screenshots

4 That’s it. The deployment manifest has been created at the given path “bin\Development”. Now check the file at the given path:

SSIS package using Deployment Manifest with screenshots

Deploying SSIS package using Deployment Manifest

Now we’ll deploy the SSIS package using the Deployment Manifest that we just created.

1 Locate the Deployment Manifest folder, double click on it to open the deployment wizard:

SSIS package using Deployment Manifest with screenshots

We can see two options to deploy SSIS package:

File System Deployment: Deploy SSIS package to file system at the given folder path

SSIS package using Deployment Manifest with screenshots SSIS package using Deployment Manifest with screenshots SSIS package using Deployment Manifest with screenshots SSIS package using Deployment Manifest with screenshots

Now File System package deployment is done. You can see the package is installed at the given directory path:

SSIS package using Deployment Manifest with screenshots

SQL Server Deployment:

Since we are using SQL Server 2014 installing it on legacy path but if it is 2008 R2 or before we can install it on Integration Services instance folders.

Also you can check the package details using “select * from msdb.dbo.sysssispackages”

SSIS package using Deployment Manifest with screenshots SSIS package using Deployment Manifest with screenshots SSIS package using Deployment Manifest with screenshots SSIS package using Deployment Manifest with screenshots SSIS package using Deployment Manifest with screenshots SSIS package using Deployment Manifest with screenshots

Posted in MSBI, SQL Server DBA, SSIS | Tagged , , , , , , , , , | 11 Comments

Download SQL Server 2014 – New features added in SQL Server 2014

Download SQL Server 2014 – New features added in SQL Server 2014

Microsoft Announced SQL Server 2014. I just came across through the below links.

udayarumilli_2

Download SQL Server 2014 CTP1

What’s New in SQL Server 2014 – MSDN

  New Features Added in SQL Server 2014 by Brent Ozar

Key Features in SQL Server 2014 By Mark Worthen

Full Focus – AlwaysON in SQL Server 2014 CTP1

udayarumilli_4

udayarumilli_1

Posted in Miscellaneous, SQL Development, SQL Server DBA | Tagged , , , , , | 3 Comments