sap - Sybase bcp in works with fast bcp if trigger is disabled? -
i want know if fast bcp works table has triggers disables, or have remove triggers?
according sybase doc, on ase15.0, disabling trigger won't bcp use fast mode: http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.ase_15.0.utility/html/utility/utility62.htm
=> if space available, can use drop index , drop trigger drop indexes , triggers beforehand.
in ase15.7 esd#3, doc seems indicate triggers not problem fast-bcp: http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc30191.1573/html/utilityguide/utilityguide63.htm
to tested...
Comments
Post a Comment