SQL plugin tools to monitor data inserted realtime [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
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

Related

Is there is any site to work Microsoft SQL Server live [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 8 years ago.
Improve this question
Is there is any site to work Microsoft SQL Server 2008 to practise like Oracle Apex?
Thanks,
Vinoth
You can use SQL Fiddle. It has sections to enter DDL and DML statements.
Yes.. You can create your schema and execute your queries at www.sqlfiddle.com.

Hosting SQL Database On-Line [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
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

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.

UPNP/DLNA Stack [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 8 years ago.
Improve this question
I would like to select an UPnP Stack for my DLNA support in my Media Box.
Which Open source is the best one?
rgds,
Th
I'm somewhat happy with minidlna. Last I checked, it was the only server that uses file system notification (libinotify on Linux) instead of polling a directory. I just hated hearing my drives going every five minutes.

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