Venkat Kumar

Venkat Kumar

  • NA
  • 503
  • 139.8k

How to Delete Database from Azure through c# code

Feb 27 2018 11:58 PM
I have database in Azure and I'm connecting to the database from SQL Server Managment Studio. I want to delete the database programatically.
After googling I got below link and when I run the below code it is saying "Unable to connect to Remote server"
 
https://msdn.microsoft.com/en-us/library/azure/dn505705.aspx
   
Can someone provide some solution to delete database in azure? 

Answers (3)