Database.mdf

Discussion in 'Databases' started by Philosophaie, Jul 17, 2012.

  1. #1
    How do I create a database: db1.mdf? What software program will set up the database, some tables, stored procedures and functions?
     
    Philosophaie, Jul 17, 2012 IP
  2. Klar

    Klar Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    Klar, Jul 21, 2012 IP