F
Fred Chateau
If I have a dataset in memory, can I save that dataset to a SQL database
without having a schema or manually creating the tables?
without having a schema or manually creating the tables?
Fred Chateau said:I thought it wasn't possible but I wanted to check anyway.
I'm reading an XML document into a dataset and I need to save it to a
relational database. I've been having problems with SSIS and thought maybe
I could do it directly in C#.
I generated a schema from the XML document. I suppose I'll have to examine
the schema and create tables manually in SQL Management Studio.