Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for daviewalesâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #291292 | Initial revision | — | 7 months ago |
Question | — |
Convert Synapse SQL Server hex `sid` to Azure Entra group object ID. Suppose I have an Azure Synapse Serverless SQL database. I can run the following to get the `sid` of added groups: ``` sql select name, typedesc, authenticationtypedesc, sid from sys.databaseprincipals where typedesc = 'EXTERNALGROUP' ``` However, the `sid` is a long hex string, somethin... (more) |
— | 7 months ago |
Comment | Post #284424 |
Consider creating a [minimal reproducible example](https://software.codidact.com/posts/285810/285811#answer-285811) for this question. This will make it easier to answer. (Remove as much code as possible while still reproducing the problem.) (more) |
— | 8 months ago |