Hosting SQL Database On-Line [closed] - sql

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Some software allows you to create your own local database, but the database would be lost in the event of your local computer getting damaged.
So my question is: how to create an on-line SQL database which can be easily queried with software such as MS SQL management studio?

You can pay companies to host your database, and they give you a connection string to access it from your application or from a tool like SSMS. Take a look at some examples below...
Azure
Host-IT
RackSpace
Discount ASP

Related

How can I generate SQL to build a database from my model in Visual Studio when not using MS SQL? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
When using Entity Framework with SQL Server, I can build the model in VS and it'll generate the SQL that builds the database automatically for me, including building lookup tables for handling many <-> many relationships.
How can I do this for other relational databases, such as MySQL or PostgreSQL? Everything I've found for non-MSSQL databases seems to assume code-first instead of model first development for EF.

SQL plugin tools to monitor data inserted realtime [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
is there any plugin/tools for SQL DB monitoring
i would like to know what has been inserted into which table/column when the 3rd party app writes the DB.
SQL Profiler which comes with most editions of SQL Server can be configured to monitor transactions against specific databases and/or logins.
newrelic is pretty useful for such requirements

SQL Database for SQL practise [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
For some time now I'm looking for sample (relational) databases (.SQL) so I can import it to my local MySQL server and play with some some SQL queries. Anyone know source, or can share exemplary database?
For example:
ClassicModels
Sakila, download page for sakila and others
NorthWind
for World database, see download page above.

Microsoft SQL Browser Client [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Is there any free clients in which I can browse MS SQL Databases...?
Take a look at Microsoft SQL Server Management Studio Express
Try HeidiSQL http://www.heidisql.com/ - it's open source and does both MSSQL and MySQL. It is very well featured.
(just a note as of Aug 2013 the author is working on MS Azure MSSQL access but it's not working yet)
A lightweight alternative - which also allows browisng of other databases - is SqlDbx. The Personal Edition is free.

any free SQL Server 2005 express database schema generation and reverse engineering tool? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
thanks for your time and sharing.
Please guide me is there some free tool (to use with SQL Server 2005 Express edition) that can generate data base schema by making diagrame and reverse engineering of an existing database ?
Thanks for guiding me.
How about
Microsoft SQL Server Management Studio Express
Download it here