April 18, 2011 at 3:57 pm
Hello this is vik , I need some help
First time i am paling to implement my task in SSIS
I am having data like 4.5 gB ,i would like to upload into the Sql Server 2008 .
my data is like combination of 4to 6 tables of data, there is no Primary key .
one row containing the multiple tables of information
now i need to split that data in to respective tables.
my data is like this
row1: col1, col2, col3...........col125
Now i have to insert some columns in to master table, if i insert the records in to the master table i have to get last inserted row id and using that id i have to insert coloumns of raw data(col5 to col20 and so on) in to another tables like..
last inserted row is 5
table 1
5, col2
5 ,col3
5, col4
5 ,col5 and has to insert another table
table 3
5, col12
5 ,col32
5, col45
5 ,col55
table 4
5, col72
5 ,col82
5, col95
5 ,col105 like that from first row.
can any one suggest me how to implement this task.
thank you,
Vik
April 19, 2011 at 12:12 am
Please don't crosspost. It wastes peoples time and fragments replies.
Original thread with replies can be found here:
http://www.sqlservercentral.com/Forums/Topic1095345-148-1.aspx
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply