Forum Discussion
anishXsharma
Jun 25, 2019Copper Contributor
SQL reference data in Azure Stream Analytics
I have a column with Time as Data type in my SQL Server table which is being used as a reference data in Azure Stream Analytics. What I'm doing is cast the values in the same data type which they bel...
AndyZ_ASA
Jul 01, 2019Former Employee
anishXsharma Please take a look at the current supported types in ASA:
Could 'DateTime' be used as an alternative in your case?
AndyZ_ASA
Jul 01, 2019Former Employee
anishXsharma If I didn't understand your question correctly could you also paste a snippet of your ASA query section and sql reference query?