Keywords



The basis of any query language are the keywords, the major ones are defined here.





























SQL :: ShowHealthCounters
Shows the health counters that are tracked by the engine.
SQL :: ShowLocks
Shows all locks for all transactions.
SQL :: ShowMemoryUtilization
Shows the operating system level memory utilization used by the database engine.
SQL :: ShowProcesses
Shows all active processes, their session ID, process ID and various transaction information.
SQL :: ShowTransactions
Shows all transactions that are current active.
SQL :: ShowVersion
Shows the names and versions of all loaded assemblies.
SQL :: ShowWaitingLocks
Shows processes that are currently waiting on locks.
SQL :: Sum
Computes the total or summation value of a numeric field within a specified schema
SQL :: Terminate
Terminates an existing process.
SQL :: Top
The top keywork limits the number of results that are returned by a query.