Viewing 12 posts - 1 through 12 (of 12 total)
Keep in mind the amount of DTUs you have available. I feel like that contributed a fair bit to that price. I know for a fact that we can have...
June 21, 2018 at 12:11 pm
I think that you can get discounts like they mention here: https://azure.microsoft.com/en-us/pricing/dev-test/. We have a Microsoft rep that we use on a regular basis to help out with pricing...
June 21, 2018 at 11:03 am
Is your team member asking about logging from an application or do they want the database to do logging of operations against it? If you are looking to do logging...
March 22, 2018 at 5:31 am
I've not personally done this, but according to this article it sounds like you have some control over this in the portal, powershell, and even in SSMS: https://docs.microsoft.com/en-us/azure/sql-database/sql-database-auditing
Hopefully...
March 22, 2018 at 5:27 am
What you're looking for can mostly be found in the portal: https://portal.azure.com. In there, you can find:
March 20, 2018 at 6:14 am
It sounds like you might not be able to actually update an existing column to add encryption. https://blogs.msdn.microsoft.com/sqlsecurity/2015/07/28/encrypting-existing-data-with-always-encrypted/
The first paragraph seems to have some pertinent information on it:
March 15, 2018 at 5:36 am
Hey ggoble,
It's my understanding that you want to have resource groups with your systems that are directly dependent on each other. So you have it right when you...
November 22, 2017 at 11:24 am
If you're using Basic, you could be running into a resource constraint. Have you tried looking at the Azure portal to see whether memory, CPU, or IO are getting pegged?
August 11, 2017 at 10:40 am
Have you checked the query plan or index fragmentation yet? Those 50000 records might have pushed the fragmentation to the point where it might start running scans instead of seeks.
August 10, 2017 at 9:10 am
How many records did you insert before running the SP another time? If it was a significant amount, then it will greatly affect index fragmentation. Rebuilding the index for the...
August 10, 2017 at 8:18 am
A decent place to start is in the Azure portal itself. You can see some of the basic stats there as well as their Azure SQL-specific unit of performance measurement,...
July 3, 2017 at 10:36 am
Web Apps are under App Services now.
I would also consider looking into Azure Functions. They should be a bit more lightweight for an agent job. https://docs.microsoft.com/en-us/azure/azure-functions/functions-overview.
Hope...
May 8, 2017 at 5:13 am
Viewing 12 posts - 1 through 12 (of 12 total)