Wednesday, March 7, 2012

How to get names of all databases using sql statements?

How can i get names of all databases using sql statements or system stored procedures? Thanks in advance!How can i get names of all databases using sql statements or system stored procedures? Thanks in advance!

try this:
select name from master..sysdatabases|||I tried and the result is very good. Thanks a lot

No comments:

Post a Comment