Viewing 2 posts - 1 through 2 (of 2 total)
The brackets helped me every value I supply in the brackets are in uppercase
January 16, 2013 at 8:41 am
#1577863
This works for me
SELECT [<column1name>]
,[<column2name>]
FROM [<linked servername>]..[<oracleschemaname>].[<oracletablename>]
GO
January 16, 2013 at 8:38 am
#1577861