Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have a windows application with big database in sql server i want to buy a host I do not know anything in this area .
so what should I do ? What suggestions do you suggest me to use?

What I have tried:

I didn't try anything because I'm afraid
Posted
Updated 12-Jan-19 19:49pm

1 solution

If you want to "go online" and move your app and it's data to a website then you need to find a web hosting service, that provides an SQL Database, and then rewrite your app as a website (which is not a trivial operation, and is way, way beyond the scope of a tiny text box like this).

Have a google for hosting services, and try to find one that provides support in your native language: it makes the inevitable problem resolution a lot easier if you aren't translating madly while trying to fix a problem! Then check what others think of them, compare costs and what exactly they provide (some cap DB size, some limit bandwidth, etc.) - most of them will register a domain for you.
 
Share this answer
 
Comments
el_tot93 13-Jan-19 2:07am    
Can I just put my database on the host and link it to my program without converting the program to a website
OriginalGriff 13-Jan-19 2:15am    
That's probably not a good idea...
You can do it, with some hosting services - as them if they expose databases publicly - but it's dangerous: anyone can access it and because it is publicly exposed, that means anyone who can access it can modify it, delete data, add spurious data, whatever they want. (Which is why many hosting services don't expose DB's) It's called "Remote access" and you need admin permissions to alter it as it's a global thing, you don't pick it on a DB-by-DB basis.

Your other solution would be to move your data to the cloud, but that brings its own new set of security challenges, code changes, and again is too big a subject for a tiny text box! Google will help you there as well.

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