I need to get hashed passwords of users in Azure SQL DB (Single Database - Managed Instance). Users exist only on DB and not on server. Users were created with:
Create user xyz with password = 'abc'
I have tried LoginProperty function but it does not work in Azure SQL DB.

