Calling U-SQL Stored Procedures with C# Code Behind
April 22nd, 2017 in Azure, Blog, C#, U-SQL, Visual StudioSo friends, some more lessons learnt when developing with U-SQL and Azure Data Lake. I’ll try and keep this short. Problem You have a U-SQL stored procedure written and working fine within your Azure Data Lake Analytics service. But we need to add some more business logic or something requiring a little C# magic. This is the main thing I love about U-SQL, having that C# code behind file where I can extend my normal SQL behaviour. So,…
» Read more