Viewing 5 posts - 1 through 6 (of 6 total)
One of the greatest challenges of managing projects is stakeholder buy-in. Stakeholders must agree and sometimes compromise on what project success looks like. It is tempting during a project to downplay or ignore the...
June 12, 2017 at 6:24 am
This is awesome work! We have a production system using a custom form XML structure and this will be tremendously helpful. Thanks!
June 30, 2010 at 6:43 am
We ran into problems with parsing the comma delimited string into a table because some data contains the comma delimiter. That is why we went to an XML approach.
April 21, 2009 at 7:01 am
We solved this using a generic function in the Code area that converts a multi-value parameter list to XML, passing the XML to the sproc and then using a generic...
April 21, 2009 at 6:14 am
Viewing 5 posts - 1 through 6 (of 6 total)