Hi,
I am trying to write a procedure in SQL server which is pulling data
from oracle db using OLE and updating tables. I am running into an date
time issue. Here's the select statement
SELECT DISTINCT R.AGREEMENT_NUM AS PAID, R1.RELATIONSHIP_SUBTYPE AS
PSubType
FROM ORCLOLE..PRF_USER....
more >>