Hi Guys,
some guys are asking how much size of data we can load per minute in ssis without any business logic.
I want to answer this question by we can load sql table to sql table per minute 40 Gb data we can load.
One of fastest way we are loading this much data.
if you have any Indexex on targeted table first you should drop index and load data
once loading completed then you can create data.
some guys are asking how much size of data we can load per minute in ssis without any business logic.
I want to answer this question by we can load sql table to sql table per minute 40 Gb data we can load.
One of fastest way we are loading this much data.
if you have any Indexex on targeted table first you should drop index and load data
once loading completed then you can create data.
No comments:
Post a Comment