Unable to add Azure AD group with ':' in display name to Azure SQL, am I missing something?
问题 In our Azure AD, we have Security groups named with (:) in the name. So the format looks like SG:{Group Name} . When I try to add a group with (:) in the name to Azure SQL using a query below CREATE USER [SG:Developers] FROM EXTERNAL PROVIDER; I'm getting an error shown below Msg 15007, Level 16, State 6, Line 1 'SG:Developers' is not a valid login or you do not have permission. I am able to add groups with spaces or underscores in the name, so far its just (:) causing issues. I don't believe