ORIGINAL_DB_NAME (Transact-SQL)

Returns the database name that is specified by the user in the database connection string. This is the database that is specified by using the sqlcmd -d option (USE database) or the ODBC data source expression (initial catalog =databasename).

This database is not the same as the default user database.

Ikona łącza do tematu Transact-SQL Syntax Conventions

Składnia

ORIGINAL_DB_NAME ()

Uwagi

If the initial database is not specified, the function returns an empty string.

Zobacz także

Odwołanie

sqlcmd Utility

osql Utility

Koncepcje

SQL Server Native Client (ODBC)