S
Siegfried Heintze
Which is more efficient: a long series of SQL INSERT statements or
deserializing a dataset from XML and saving it to the table?
If I fill a dataset with current sample data and serialize it to XML, can I
expect to use that as a template to subsequently populate the table in the
future?
This way I can keep the XML under version control as well.
What function to I call to save a deserialized data set to a table?
We have been using bulk insert with sqlcmd but that is difficult to debug
and is specific to SQL Server.
deserializing a dataset from XML and saving it to the table?
If I fill a dataset with current sample data and serialize it to XML, can I
expect to use that as a template to subsequently populate the table in the
future?
This way I can keep the XML under version control as well.
What function to I call to save a deserialized data set to a table?
We have been using bulk insert with sqlcmd but that is difficult to debug
and is specific to SQL Server.