Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: dkhuon@gogoair.comI am trying to get a return code from the execution of my SQL:
UPDATE myDB.dbo.PARTNER
SET UPDATE_DTTM = getdate()
WHERE PARTNER_ID = 'AA';
SELECT 'ReturnStatus' = 100;
How do I configure my IO names(?).
Thanks.