Posts
 
Reputation
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
~785 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for sweetyp

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> …

Member Avatar for joe_bolla
0
785

The End.