#sqlhelp When using #Azure AD authentication + PIM with SSMS, it is boring to restart it to refresh permissions and get access to menus granted by the escalated privilege. Any tips for that ? cc @erinstellato
Interesting stuff and discussion today ... provisioning an #azure SQL DB with #IaC is easy but protecting against deletion is not (regarding the context) if you want to stay "agile" :)
#sqlhelp I'm using CREATE DATABASE COPY AS OF with SQL Azure DBs behind private endpoints and according to my tests it works well. I didn't enable public access. The BOL (https://t.co/bAYvQdbRXp) seems to indicate the opposite. Any thoughts, feedback on this topic ?
@CFDevelop@Cameron10300 Performance is another topic but not the argument for splitting a monolith into microservices. By the way, big tables in our context is not a problem. At the opposite, one microservices db with few records (~100) is a very hot spot and good indexing strategy helps to scale
@CFDevelop@Cameron10300 The only performance / scalability argument is probably not relevant here and we miss probably the real context. I work in a microservices environment with sqlserver dbs and main goal is to scale dev teams and reduce the time to market.
@redgate sqlcompare and automation (with powershell) is very π. It saves lot of time to check if we miss some objects during database migration especially when there lot of databases β¦
Finally challenge met : automated provisioning #Azure Sql VM and workgroup AG with terragrunt / #terraform and powershell DSC (through extension) . A good day β¦.
#sqlhelp Does anyone knows how to get cause of warning with Azure Data Migration service ? I didn't find out any evidence of information so far . The data transfer is ok but I get a warning warning status at the end ...
@jdanton Unfortunately ARM template seems to not address all the scenarios as far as I know (multi-subnet, workgroup AGs ...) but that's a good start for sure
@jdanton Amount of code (terraform in my case) and settings to deal with for the same "kind of architecture" . SQL availability group is a good example (Azure SQL DB vs SQL MI vs Azure SQL VM)