Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 SSIS and Import/Export (2008)
 Building repository using SSIS

Author  Topic 

IvanHR
Starting Member

1 Post

Posted - 2011-06-13 : 12:46:09
Hello,

I have a task to build a repository using SSIS. I have three tables:
movie
user
rating

Movie has attributes: idmovie, moviename, director, year, studio.
User: iduser, age, name
rating: rating, iduser, idmovie.

I have no clue how to do it or how the result should look like.
Could somebody help me with that?
Or could somebody send me link for some tutorial that could help me with that.

Thank you very much,
Ivan
   

- Advertisement -