June 08, 2006
Programmatically enumerate all SQL Server Databases
From time to time, being able to discover the names of all databases on a SQL server can be very helpful. There are a number of ways to achieve this goal.
Keith Rull offers one way, using the sp_databases system stored procedure, as he describes here.
Posted by Douglas Reilly at 10:51 AM Permalink
|