Search Results

1
vote

How can I query the name of the current SQL Server database instance?

You can use DB_NAME : select DB_NAME() …