How do I create a database: db1.mdf? What software program will set up the database, some tables, stored procedures and functions?
The MDF is a MS SQL Server file. This contains all of your database data. To create this, you need to download SQL Server Express and use management studio to create the tables, stored procs and functions. From there, your database will have its own MDF file.