The query is working but giving me duplicate records. It shows me one record 5 times.
SELECT order.[SalesOrderNo], order.[oDate], order.[Application], order.[AdditionalInformation], order.[Image], order.[Image].[FileData], [Image].[FileFlags] AS Expr1, order.[Image].[FileName]...