0

Context

I use an Azure Stream Analytics Job to process streaming data and output the results to a SQL table. The user I use has the db_datawriter role assigned on the Azure SQL DB.

Issue

There is no output to the SQL DB Table. I also tested the query together with a Blob output (what is working well) as well as checked all columns for having the right data types and order. Also the connection tests are successful and no errors are shown in the Activity Log.

Question

Why is then no output generated for the SQL output?

1 Answer 1

2

The issue is a lack of permissions. When I additionally assign the

db_datareader

role to the user it works fine.

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.