Click here to Skip to main content
15,881,139 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had created a web role in cloud service and it has feature to remote desktop by using this feature is it possible to Install sql server or any other softwares. if not possible why?
Posted

1 solution

SQL Server and Azure, both are (very popular) products of Microsoft, why won't they integrate them both to create another "popular" product? :-) However, you do not "create SQL Server", on a cloud, you can surely get a subscription for a service and use it in your online hosted web application (if that is what you need!) and then provide services in your desktop applications.

SQL Server is available on Azure as a PaaS (platform-as-a-service) so that you can get a subscription for an SQL Server instance for your web application. There are many tools and ways to integrate that service in your own web application. Read the following resources:

SQL (PaaS) Database vs. SQL Server in the cloud on Azure VMs (IaaS) | Microsoft Azure[^]
Provision a SQL Server virtual machine | Microsoft Azure[^]
How to use SQL Database (.NET) | Microsoft Azure[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900