Eine Einführung in
|
| SQLite | ||
|
Sometimes users set off queries that may take a very long time to complete. We may want to find such long running processes and stop them. Some kind of administrative account is usually required. | ||
| Specific to SQLite | ||
| none | ||
| DB2 | ||
|
Sometimes users set off queries that may take a very long time to complete. We may want to find such long running processes and stop them. Some kind of administrative account is usually required. | ||
| Specific to DB2 | ||
| These commands may be executed by a system administrator using the CLP (command line processor - enter db2 at the prompt). LIST APPLICATIONS. | ||
| MS Access | ||
|
Sometimes users set off queries that may take a very long time to complete. We may want to find such long running processes and stop them. Some kind of administrative account is usually required. | ||
| Specific to MS Access | ||
| none | ||
| PostgreSQL | ||
|
Sometimes users set off queries that may take a very long time to complete. We may want to find such long running processes and stop them. Some kind of administrative account is usually required. | ||
| Specific to PostgreSQL | ||
| none | ||
| Oracle | ||
|
Sometimes users set off queries that may take a very long time to complete. We may want to find such long running processes and stop them. Some kind of administrative account is usually required. | ||
| Specific to Oracle | ||
| MS SQL Server | ||
|
Sometimes users set off queries that may take a very long time to complete. We may want to find such long running processes and stop them. Some kind of administrative account is usually required. | ||
| Specific to MS SQL Server | ||
| sysprocesses in the master database includes all the SQL statements that are currently running. @@spid is your process. @var1 is a local variable. | ||
| MySQL | ||
|
Sometimes users set off queries that may take a very long time to complete. We may want to find such long running processes and stop them. Some kind of administrative account is usually required. | ||
| Specific to MySQL | ||
| Use the KILL command. Does what it says. | ||
| Sybase | ||
|
Sometimes users set off queries that may take a very long time to complete. We may want to find such long running processes and stop them. Some kind of administrative account is usually required. | ||
| Specific to Sybase | ||
| none | ||
| Mimer SQL | ||
|
Sometimes users set off queries that may take a very long time to complete. We may want to find such long running processes and stop them. Some kind of administrative account is usually required. | ||
| Specific to Mimer SQL | ||
We can list the processes with the operating system commandmiminfo -uWe can kill process number 123 in database GISQ with the command mimcontrol -l 123 GISQ | ||