3
votes

I've just read amazing article about U-SQL in msdn magazine.

U-SQL is great tool to analyze big data in microsoft azure.

However, it is possible to use it in non-cloud environment, e.g. in SQL Server hosted on premises?

1

1 Answers

5
votes

U-SQL currently is not available in SQL Server. Best is to ask the SQL Server team if they have plans ;).

You can use U-SQL locally on your development box when using the local mode in the Azure Data Lake Tools in Visual Studio.

If you would like to see U-SQL for production workloads on an on-prem system, please file your request with a scenario at http://aka.ms/adlfeedback.