March 27, 2015 at 9:02 am
Did anyone work on designing a solution for loading data into SQL destination from a single 5/10 GB flat file? If yes, can you let me know what kind of performance measures you have taken while designing the solution ?
March 27, 2015 at 4:37 pm
Are you looking to load a single 5GB file into a single table?
There are a variety of ways to do this. Is there a transform? Is it a straight load? Bulk insert is about the fastest way to do this. You can also use SSIS, and there is a paper on high performance loads here:
https://technet.microsoft.com/en-us/library/dd537533%28v=sql.100%29.aspx
Need a bit more detail.
March 27, 2015 at 4:52 pm
I think that someone on "spam patrol" deleted the other two posts by mistake. This is the third instance I've seen of this particular request in the last hour. I even posted on of those ol' "This is a duplicate post" responses to the original post that I had answered to.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 27, 2015 at 8:08 pm
So, what does the file look like and what does the table look like? And, does the table have any indexes or constraints on it?
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply