3
Nov
Nov
How to get current Database name in SQL Server, using select statement in below,
–Get Current Database Name
SELECT DB_NAME() AS DataBaseName

Reference : http://source.witssquare.com
Tags: Get Database, Get database name, get DB_Name, How to get current Database name, SQL Server
This entry was posted
on Tuesday, November 3rd, 2009 at 2:37 am and is filed under SQL Server.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or TrackBack URI from your own site.


