
May 14th, 2008, 12:57 PM
|
|
Registered User
|
|
Join Date: May 2008
Location: Birmingham, AL
Posts: 6
Time spent in forums: 1 h 28 m 59 sec
Reputation Power: 0
|
|
|
Bulk Insert?
Is there a way to temporarily turn off indexes and constraints for the purpose of a bulk insert?
I have a situation where I am doing a select into statement to move data from a "working" tables to the "live" tables. During this move it throws exceptions because of my foreign keys.
I remember from MSSQL there was a command that was similar to "SET BULKINSERT ON". Is there an equivalent for Firebird?
|