I`m familiar with the sp_help_revdatabase stored proc which gives info on which devices a database is stored on. But I thought I`d heard of another sproc (or even a query of certain system tables) which could be used to determine the order of device creation for an entire SQL Server. The sysdevices table is fine, but doesn`t show the virtual device number, or whatever number indicates which devices were created first, second, etc.

Any suggestions?