Analytics in Action

Using SQL Server Integration Services (SSIS) to load a SQL Azure table

SQL Server Integration Services (SSIS) can be used to load data into the a cloud based database like Microsoft SQL Azure. It involves 5 basic steps : 1) Create SQL Azure account, database & destination table .2) In SSIS create a connection to the source data.3) Ensure the source & destination data types are the same.4) Identify your “Fully Qualified DNS Name” and destination Table name in SQL Azure .5) Create an ADO.NET connection to SQL Server Azure.

admin

One Response to “Using SQL Server Integration Services (SSIS) to load a SQL Azure table”

  1. Aishya

    Awesome tutorial!! Very very useful and helpful. Thanks a lot.