03Explorer
Technical User
I am new to SSIS and am trying to pull data from large repository db to SQL 2008 R2. The data is 247,000,000 records with 5 columns of no more than 36 characters. What would be an expected size of the destination table?
I seem to be running out of space... =\ And I am using a fresh DB instance on the destination server (this is the only table).
Am I missing something like a conversion before dropping it into the new db? I am having a hard time believing this data... text data... is taking up this much space (Meaning it is > 10gb).
I seem to be running out of space... =\ And I am using a fresh DB instance on the destination server (this is the only table).
Am I missing something like a conversion before dropping it into the new db? I am having a hard time believing this data... text data... is taking up this much space (Meaning it is > 10gb).