Selection a Portion of database and export it to XML

Answered Selection a Portion of database and export it to XML

  • Saturday, December 01, 2012 6:27 AM
     
     

    I am using SQL Server 2005 as DB

    Having databse with multiple table with their parent child relationship( One to many)

    I want a query to the parent table and other child will also be filtered with the data related in the parent table and return multiple table parent and child with related data( No joining format) ( Actuatually a portion of the total database) in a dataset.

    Then the dataset will be converted to XML file..

    After that XMl data will be imported to a same schema database and will be modified respecct to there identity.

    Can any one help me to get rid of this problem..

All Replies