2

I'm running with a SQL Database in Azure and have setup auditing through the portal and enabled all options. I'm connecting to the DB through SQL Server Management Studio using the .secure. option to make sure stuff is audited but when I run a SQL query against the DB in SSMS I don't see any "Data Access" auditing.

Am I misunderstanding what "Data Access" is actually auditing.

I've checked the audit table and I see things like my login but nothing resembling any of the queries I've done.

Si

3
  • Make sure you are using the secure connection string Commented Jan 25, 2015 at 20:20
  • 1
    Yup as I said I replaced my SSMS connection string with the .secure. version Commented Jan 25, 2015 at 20:22
  • great question, I am still waiting to my connections and queries to be appear. fingers crossed. Commented Jun 1, 2015 at 2:52

2 Answers 2

2

Not an answer as such but am now seeing the Data Access requests although it looks like it took hours to appear. However I've now run some tests and the data seems to appear pretty quickly so I can only guess there was some initial delay in setting up the full auditing. Thanks for the responses.

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

1 Comment

So you are saying, there was a delay initially and it has been evolved to be instant feedback?
0

You should have been prompted to setup an Azure Storage Account into which the audit logging information is written. You then need to download that data to analyse it.

There is a very good "how to" on the Azure documentation site on configuration of this new feature and how to consume the data it captures.

1 Comment

Yup I setup the storage and have the spreadsheet setup that Microsoft provides and I see data in there just none of the requests for data, i.e. I see the login to SSMS but the if I do a select * from X I don't see that in the audit logs. Oh and I followed the How To instructions to a tee

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.