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?
anishXsharma
Jul 02, 2019Copper Contributor
AndyZ_ASA I think the best solution should be to support TimeSpan data type in Azure Stream Analytics, so that the Power BI reports can be created without altering or converting the field to the desired output.
As of now rather than converting it to a DateTime, I have converted it to a nvarchar(max). The fields are dynamic so I don't want any individual manipulations to happen.