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 2000 Forums
 Import/Export (DTS) and Replication (2000)
 -UseInprocLoader Property

Author  Topic 

KingSexy182
Starting Member

7 Posts

Posted - 2003-10-16 : 02:30:08
-Can anyone tell me what "-UseInprocLoader" does? I know it improves the performance when applying the snapshot, however i cant find info on this.

-If it improves performance, then how come developers have to add this parameter to the distribution agent? why isnt a default?

-Is it any different than to not use it apart from the performance issue?

-Ive tested, and it does cut the snapshot initialization time almost by half. But im hesitant to use it in a production enviromment because I dont know much about it.

regards & thanks

KingSexy182
Starting Member

7 Posts

Posted - 2003-10-28 : 00:52:35
I have found out more info about 'UseInprocLoader'

The distribution & merge agent use bcp program,
however if 'UseInprocLoader', replication will
BULK INSERT instead.

anyway, the 'UseInprocLoader' almost halved my replication
time in comparison to the default settings.

thanks anyway.
Go to Top of Page
   

- Advertisement -