This query will allow you to retrieve the MG config from the Manitou Database.
DECLARE @XMLDATA XML SET @XMLDATA = (select XMLDATA from MG_CONFIG where GATENO = 1) SELECT @XMLDATA
This query will allow you to retrieve the MG config from the Manitou Database.
DECLARE @XMLDATA XML SET @XMLDATA = (select XMLDATA from MG_CONFIG where GATENO = 1) SELECT @XMLDATA
Thank you! Your comment has been submitted for approval.