Question : Open database .mssql type

Hi
I have a database file type .mssql .50 mb
What is the easiest way to open/convert this to access database?

Have SQL 2005, 2003 server with access available.
Br

Answer : Open database .mssql type

SQL Server database is formed at least by 2 files (.mdf and .ldf), so even the file you have it's one of those files you still need another one. Without that you can't do nothing with the file you have.

Where you got that file from? There's a chance that you have a backup file from a database (usualy it's .bak extension) but you can verify that trying to restore (In SQL Server Management Studio, right-click in Databases and choose Restore Database).

Good luck
Random Solutions  
 
programming4us programming4us