In the previous article we manage to import into Azure SQL Database a certificate so we could improve the security of our system. But there can be situations where we need to backup the certificate to be used in another Azure SQL Database or for any other reason. So how can we backup an already…
Tag: Security
Using Certificates in Azure SQL Database : Import
In these last days security is being a common topic on the news not for the best reasons and to help to avoid being the subject of one of those news I will share how to increase the security on our Azure SQL Databases. One way to increase the security on our Azure SQL Database…
The easy way to manage SQL Logins and users in Azure SQL DB
This time I want to share with all of you one very nice tool from CodePlex – Microsoft’s open source community. AUMC – Azure User Management Console This desktop application will help you manage your Logins and Users on Azure SQL DB. Actually it does nothing but convert your GUI clicks to T-SQL commands that reflects…