Drop Table
Support Forum for database administrators and web based access to important newsgroups related to databasesCan someone tell me if the ERRORFILE parameter is a valid (and functioning) parameter for the BULK INSERT command when using SQL Server 2000? Finding documentation on this has been difficult, but it appears to be a new parameter under the BULK INSERT command for 2005. If I look at the list of parameters for this command under 2000, it doesn't appear (see http://msdn.microsoft.com/library/?...lref/ts_ba-b... ) However if I run a BULK INSERT command under 2000 with the ERRORFILE parameter, it doesn't give me a syntax error, it just appears to ignore it. Was the ERRORFILE option available under SQL 2000? Thanks in advance, Nick.
Post Follow-up to this messageHi ERRORFILE does not seem to produce and error in SQL 2000, but as you have found it does seem to be ignored. The syntax in books online does not have this option, therefore I think it is a new feature for SQL 2005. You could use BCP if you really need this. John "Nick" wrote: > Can someone tell me if the ERRORFILE parameter is a valid (and > functioning) parameter for the BULK INSERT command when using SQL > Server 2000? > Finding documentation on this has been difficult, but it appears to be > a new parameter under the BULK INSERT command for 2005. If I look at > the list of parameters for this command under 2000, it doesn't appear > (see > http://msdn.microsoft.com/library/?...lref/ts_ba-b... > ) > > However if I run a BULK INSERT command under 2000 with the ERRORFILE > parameter, it doesn't give me a syntax error, it just appears to ignore > it. > > Was the ERRORFILE option available under SQL 2000? > > Thanks in advance, > > Nick. > >
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread