X
xenophon
I have a DataSet with column schemata that matches a MSSQL
2000 table. I want to bulk insert all of the data (4000 rows) into the
database without creating a SQL-Insert statement. The data is already
validated and scrubbed, and speed is not all that important. Is there
a way to use SqlXml from C# to pump the data to the server (SQLXML is
not installed on the database server).
Thanks.
2000 table. I want to bulk insert all of the data (4000 rows) into the
database without creating a SQL-Insert statement. The data is already
validated and scrubbed, and speed is not all that important. Is there
a way to use SqlXml from C# to pump the data to the server (SQLXML is
not installed on the database server).
Thanks.