I have json which the converted to Dataset. And this data I wanna written to table in SQl. But I don't know how this doing. I did tried doing through SqlBulkCopy but me this don't likes because that needed create other table. And data always different.Thanks.
Asked
Active
Viewed 57 times
0
-
1try going to [https://stackoverflow.com/questions/9075159/how-to-insert-a-data-table-into-sql-server-database-table](https://stackoverflow.com/questions/9075159/how-to-insert-a-data-table-into-sql-server-database-table) – mahlatse Nov 19 '18 at 12:56
-
1Another option is passing the JSON directly to SQL and using a procedure you parse the data into desired tables. – Geraldo Diaz Nov 19 '18 at 13:58
-
I've work with mssql 2008 and there it seems musn't work with json – Chaffee Nov 19 '18 at 16:19