Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello guys,

I have a little query and i need your help.
I am trying to create a ETL Process on SQL Server 2005, i have not made any ETL before.
What i want is data is available in a server and i want to automate the process like the ETL should run daily at a specific time and daily dump of data should get uploaded on SQL server on daily basis.
I have not done this before so not much experience about it, please any help from your end would be much appreciated.

Thank you.

What I have tried:

Confused with the web solutions
Posted
Updated 3-Feb-17 3:01am
Comments
dan!sh 3-Feb-17 1:42am    
In what format is data available on server?

1 solution

This is not a good question for this forum as it is too large a subject and not specific enough.

I'm afraid you are going to have to persist with the tutorials and documentation you can find on line. The following information might help you though:

The tool you will need to use is called SQL Server Integration Services, or SSIS for short. Prior to SQL Server 2005 it was known as DTS. You are going to want to set up some "Tasks" in SSIS to do what you want and you can use a SQL "Agent" to automate those tasks.

The only "official" tutorial I've been able to locate quickly is this one - SSIS Tutorial: Creating a Simple ETL Package[^], however it only goes back as far as SQL Server 2008. You may still benefit from following it but there are also some useful articles here on CodeProject that might be of more help:
SQL Server Integration Services (SSIS) – Part 1: Basics of SSIS and Creating Packages[^]
How to Create your First SQL Server Integration Services (SSIS) Package - Part 1[^]

Once you have been through the tutorials, if you are still struggling then do come back with more specific questions if you need help.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900