A
Arun
Hi,
I have a query on the best way for moving data across the SQL Servers. We
have a concept of "Projects" in our tool and the data is organized under
these "Projects". We have a requirement for export a project's data to a
file and import that back (in a different machine, where our tool is
running). This data is present in multiple tables. I'm planning to fetch all
the data in a dataset and use it's WriteXML method to generate an XML file.
At the other end (for import), generate the DataSet from the XML file,
retrieve the data from dataset tables and populate in the SQL Server tables.
I'm just wondering if this is an efficient way of achieving the
export/import of my project data or if there is anyother better way of doing
this..
Thanks in advance,
Arun
I have a query on the best way for moving data across the SQL Servers. We
have a concept of "Projects" in our tool and the data is organized under
these "Projects". We have a requirement for export a project's data to a
file and import that back (in a different machine, where our tool is
running). This data is present in multiple tables. I'm planning to fetch all
the data in a dataset and use it's WriteXML method to generate an XML file.
At the other end (for import), generate the DataSet from the XML file,
retrieve the data from dataset tables and populate in the SQL Server tables.
I'm just wondering if this is an efficient way of achieving the
export/import of my project data or if there is anyother better way of doing
this..
Thanks in advance,
Arun