I have probably in excess of 100 databases on this one SQL Server (2005) instance. I\'d like to list them in order of their create dates, or even better, in the order of the dat
This should get you close to what you want.
SELECT name, crdate FROM master..sysdatabases