I am trying to view a copy of a SQL Server 2000 database I received, but I cannot find a way to 'attach' the database to my instance of SQL Server.
I have fairly limited experience working with SQL Server, but for the most part the databases I've worked with were contained in one .MDF file. This database however is fairly large(10GB) and consits of a few thousand files. Most of the files have no extension.
So my first question is is this in fact a valid SQL Server database and the second question is how would I go about accessing the data in this database.
EDIT The file structure of the database consists of a several sub-folders, with names such as SH.Hist, SH.Adm and SH.Ret. I believe SH corresponds to the database name. Several of the sub-folders contain a &SavedLists& subfolder.