Hi,
This is where view comes from...
CREATE VIEW dbo.VW_ATSR_OETC_AUD_HIPO_SIDE_ONLY
AS
SELECT *
FROM OPENQUERY(AM_ATSR_NV, 'SELECT * FROM openmsg.OETC_AUD where INST_BROK = ''I''') Rowset_1
Please see the attachment for column names and datatypes...
Thanks..