Viewing 5 posts - 166 through 170 (of 170 total)
Just so it's clear, I thought I'd post the code that would populate the two tables. Works a charm, thanks very much!
DECLARE @xml xml
SET @xml =
'<ReportDetails>
<ReportRequest>
<ReportRequestCaseNo>1</ReportRequestCaseNo>
<PersonDetails>
<PersonDetailsCaseNo>1</PersonDetailsCaseNo>
<FirstName>Bob</FirstName>
<SurName>Smith</SurName>
<Address>1B Shady St, London</Address>
<OtherNames>
<OtherName>Robert...
December 29, 2010 at 9:48 am
Superb! Having a little play on my small sample and does the trick perfectly!
Going to try and apply it to the full document, will let you know how I...
December 29, 2010 at 9:01 am
Hi Wayne,
Thanks for the response. Bit of a bummer then. 🙁 I'm trying to play around with ways in which to try and break each fragment down seperately...
December 29, 2010 at 8:38 am
I managed to sort the issue as described here:-
Changing the immediate sync setting to FALSE appears to have resolved the problem, and the distribution database is now being...
September 28, 2009 at 9:44 am
I've amended the distrubution settings to have a max retention time of 1 hour and the process now seems to be clearing down the replicated transactions; however obviously this isn't...
September 26, 2009 at 5:25 am
Viewing 5 posts - 166 through 170 (of 170 total)