Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.71K
1 Posted Topic
It would be easier to use XML in SQL Server to insert multiple rows otherwise it becomes very tedious. View full article with code explanations here [snipped] Copy the following code into sql server to view a sample. [CODE]declare @test nvarchar(max) set @test = '<topic><dialog id="1" answerId="41"> <comment>comment 1</comment> </dialog> …
The End.
joe_bolla