Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
oracle_corrgi
Yak Posting Veteran
98 Posts |
Posted - 2006-08-23 : 04:11:42
|
hihow to list all the database in server from tsql or command prompt eg:node1 i have more then 45 database i have 3 serverthanxsprabhu-bangaloredatabase |
|
chiragkhabaria
Master Smack Fu Yak Hacker
1907 Posts |
Posted - 2006-08-23 : 04:14:45
|
Select [Name] From Master..SysdatabasesChirag |
 |
|
Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)
7020 Posts |
|
|
|
|