.net - Loading a DataSet with table definitions & relations (but not data) from SQL Server -
I'm not an expert with either system. To Store System.Data.SqlClient.SqlBulkCopyright results, neither data nor SQL Server, but need to generate a large dataset.
Datasets will contain approximately 10 related tables when SqlBulkCopy transfers datasets to SQL Server, so my understanding is that the rows of different data tables will be integrated with the existing SQL table, creating relationships and constraints have to keep.
Rather than creating an XML schema definition, is there an easier way to load barriers and more than one table definitions, barriers and foreign key definitions from the SQL table?
If not, what approach would you recommend
you can use Are there.
Comments
Post a Comment