To retrieve the existing database names in the sql server, you can execute a system stored procedure:
exec sp_databases
No comments:
Write comments