ORIGINAL_DB_NAME (Transact-SQL)

**APPLIES TO:** ![yes](media/yes.png)SQL Server (starting with 2008) ![no](media/no.png)Azure SQL Database ![no](media/no.png)Azure SQL Data Warehouse ![no](media/no.png)Parallel Data Warehouse

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.

Topic link icon Transact-SQL Syntax Conventions

Syntax

  
ORIGINAL_DB_NAME ()  

Remarks

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

See Also

sqlcmd Utility
osql Utility
SQL Server Native Client (ODBC)