ssis visual studio 2013 & sql server 2014

Post on 09-Aug-2015

56 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

     

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

      

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

    

                                                                  This is the work flow window    

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

     

  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 .      

 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. 

 

 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.       

  

                    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 .    

  

   

  

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

        

   

       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    

  

  

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.   

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.   

         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   

 

         

  

 

top related