We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
开发者_StackOverflow中文版 Improve this questionI want to create a database. My laptop is having some problems, so I cannot use Microsoft SQL 2008 to make databases. Is there any software that can help me create a database online?
If you want to use a database service that is free and online, just use your favourite search engine to look for "free database mysql" or "free database sql server".
Alternatively, if you would like to have a database server running on your laptop, you could perhaps install Microsoft SQL Server Express (you didn't mention which edition) from http://www.microsoft.com/express/Database/ or you could install MySQL from http://dev.mysql.com/downloads/.
Microsoft® SQL Server® 2008 Management Studio Express
It was suggested to me, but I wound up just connecting through my visual studio suite.
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=08E52AC2-1D62-45F6-9A4A-4B76A8564A2B
I have to agree about their being million of databaes out there, this question could really have been thought out more throughly.
But mysql www.mysql.org and postgresql http://www.postgresql.org/ are argueably the most popular. sqlite is also strong for small projects.
I cannot really say if it is the right solution or not, but google app engine may be a solution if you are building a webb app
There are many RDBMS out there in the wild, Go with MySQL, http://mysql.com
精彩评论