Tuesday, February 5, 2013

How Get Available Database Names in SQL Server


To retrieve the existing database names in the sql server, you can execute a system stored procedure:

exec sp_databases
Which will give you below kind of a out put


No comments:
Write comments
Recommended Posts × +