1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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