2

I'm new to U-SQL in Azure (I'm pretty familiar with SQL Server) and can't figure out how to see the output of a query.

All the example's I'm able to find involve writing the results to a file via an outputter.

Do I need to push everything to a table for viewing in Data Explorer or is there a way to get the output to a results window like in SSMS?

Note - I'm using the free version of Visual Studio 2017.

1
  • I'd strongly suggest looking at Hive and Visual Studio Code for an alternative. Commented Nov 27, 2017 at 17:38

1 Answer 1

5

Currently, interactive queries are not available. You will need to output the results to a file and then review that file.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.