16

SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

Embed Size (px)

Citation preview

Page 1: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

     

Page 2: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

 I have installed MICROSOFT VISUAL STUDIO 2013 for performing SSIS ( Integration Services ) ETL   

      

Page 3: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

                               create a new project and choose Integrate Services Project (ETL project)  

    

Page 4: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

                                                                  This is the work flow window    

                               Click and drag the Data Flow Task on the Control Flow Window   

     

Page 5: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

  Double click on the Data Flow Task to go to the Data Flow window for choosing source and destination to make the data flow   

   

This is the window where we perform data tansfer and apply transformations etc .  

  we choose the source file as Excel , because we are transferring data from excel to SQL SERVER 2014 database .      

Page 6: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

 Now we go to sql server and create a database to transfer data to   

   

  

                              we name the data base as NHL players stats 2014­2015 , Now the next step is to transfer data excel sheet to this database. 

 

Page 7: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

 Now we select the destination for the data flow task (ie) , The data base we just created in SQL SERVER2014  

                                we choose the OLE DB Destination as our data flow destination by just clicking and 

dragging on the data flow task window.       

Page 8: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

  

                    now we need to format both source and destination to connect these two for data flow   

   

   

now we have configured the source . The next step is to configure the destination .    

Page 9: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

  

   

  

Page 10: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

    now typing the code for table creation for the desired database for data flow to happen  

        

Page 11: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

   

       now we map the data to the destination form the source now we are  pretty much done   

                here we can see the mapping from input column to the destination column    

Page 12: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

  

  

After everything is successfully configured we have to start the data flow by hitting the start button on the tab menu . lets hope everything is gone according 

to the plan.   

Page 13: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

yes , we have succesfully Extracted , Transformed and Loaded data from one source to the desired destination. This is a successfull ETL process.   

   Now lets go the  SQL SERVER database and check whether we are able to see 

the info in the database table.   

Page 14: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

         There we go. A complete ETL process succesfully done.  

   

Now if we select the data to be displayed from the table , we will be able to see the data being generated lets go ahead and do that . This is it folks thanks for watching the whole 

project being unveiled.  

see the figure below   

 

Page 15: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014

         

Page 16: SSIS VISUAL STUDIO 2013 & SQL SERVER 2014