Click here to Skip to main content
15,907,001 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I am Created one web application and database as sql server 2012 express edition in the local system. If I host that web application which edition can i use, its sql server 2012 express edition is enough or other edition. Please Suggest me.
Posted
Comments
Kornfeld Eliyahu Peter 12-Nov-14 5:52am    
It is depends on the volume of the data your site will have to handle...

Yes , but there are limitation like databases only up to 10 GB and can utilize only 1 GB of memory and up to four processor cores. Best Suit for a small application with no scalability.

Read below for more info.

http://en.wikipedia.org/wiki/SQL_Server_Express[^]
 
Share this answer
 
v3
Normally you wouldn't host your own website, unless you are a very large company - you'd use a hosting service who will have a much "wider" pipeline to the internet that you would. And they will normally provide the database facilities, and not like the idea of you installing your own software (even from MS) on their kit.

You might get away with hosting it yourself, provided the number of users is kept very low, and under those circumstances SQL Express will probably be sufficient as well. But...it's not very scalable and you will hit it's limits fairly quickly if your user count hits double figures.
 
Share this answer
 
Comments
Gokul Athithan 12-Nov-14 6:04am    
I have auction Website, minimum 30 users open simultaneously
OriginalGriff 12-Nov-14 6:22am    
Then I would strongly suggest you want very, very good response times for your users - which means you need proper kit. I'd look at hosting services, probably with a dedicated server and static IP. Express? No.
Gokul Athithan 12-Nov-14 6:33am    
Which Sql Server edition can i use please suggest. And I am using Cloud Server for hosting.

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