System#
System functions return information about values, objects and settings in Querona — server and session properties, object and column metadata, and similar.
Function |
Description |
|---|---|
Returns the current value, for a session, of SET DATEFIRST. |
|
Returns the precision level used by decimal and numeric data types as currently set in Querona. |
|
Returns version information of SQL Server which Querona is compatible with. |
|
Returns information about the current SET options. |
|
Returns the name of the registry key under which Querona is running. @@SERVICENAME returns ‘SQL2012’. |
|
Returns the session ID of the current user process. |
|
Returns the number of |
|
Returns system and build information for the current installation of Querona. |
|
Returns the application name for the current session if set by the application. |
|
Returns information about a property of an assembly. |
|
Returns the defined length, in bytes, of a column. |
|
Returns the name of a column from a specified corresponding table identification number and column identification number. |
|
Returns collation name by collation ID. |
|
Returns the property of a specified collation. |
|
Returns the property of a specified collation. |
|
Returns information about a column or parameter. |
|
Returns the name of the current user. This function is equivalent to USER_NAME. |
|
Returns the ID number of a principal in the current database. |
|
Returns the current setting of the specified database option or property for the specified database in Querona. |
|
Returns the database identification (ID) number. |
|
Returns the database name. |
|
Returns information about full-text catalog properties. |
|
Returns information related to the properties of the Full-Text Engine. |
|
Returns information about whether the user has access to the specified database. |
|
Evaluates the effective permission of the current user on a securable. |
|
Returns the MD2, MD4, MD5, SHA, SHA1, or SHA2 hash of its input. |
|
Returns the named index or statistics property value of a specified table identification number, index or statistics name, and property name. Returns NULL for XML indexes. |
|
Indicates whether the current user is a member of the specified Microsoft Windows group or Querona database role. |
|
Indicates whether a specified database principle is a member of the specified database role. |
|
Indicates whether a SQL Server login is a member of the specified server role. |
|
Returns the content of the item queried by XPath expression. |
|
Loads file content in bytes. |
|
Creates a unique value of type uniqueidentifier. |
|
Returns the database object identification number of a schema-scoped object. |
|
Returns the database object name for schema-scoped objects. |
|
Returns the database schema name for schema-scoped objects. |
|
Returns information about schema-scoped objects in the current database. OBJECTPROPERTY cannot be used for objects that are not schema-scoped, such as data definition language (DDL) triggers and event notifications. | |
|
Returns information about schema-scoped objects in the current database. OBJECTPROPERTYEX cannot be used for objects that are not schema-scoped, such as data definition language (DDL) triggers and event notifications. | |
|
Returns the specified part of an object name. The parts of an object that can be retrieved are the object name, owner name, database name, and server name. |
|
Returns a marker value for a last updated row in a table. |
|
Returns the schema ID associated with a schema name. |
|
Returns the schema name associated with a schema ID. |
|
Returns property information about the server instance. |
|
Returns the SET options settings of a session. |
|
Returns the login identification name of the user. |
|
Allows a system-supplied value for the current login to be inserted into a table when no default value is specified. |
|
Returns the ID for a specified data type name. |
|
Returns the unqualified type name of a specified type ID. |
|
Returns information about a data type. |
|
Returns a database user name from a specified identification number. |