Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Convert a 2008 SQL SERVER MDF info 2005 !

Convert a 2008 SQL SERVER MDF info 2005 !

Scheduled Pinned Locked Moved Database
databasesql-serversysadminalgorithmstools
10 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mrkeivan
    wrote on last edited by
    #1

    Hey guys, as u guessed by now, I have a MDF and LOG file which were created in SQL Server 2008, and currently I don't have that. Is there anyonre who can give me an email address so I can send my files to him and he sends me the script, that way I can generate it in 2005 !!! I ve done alot of searching and found this as the only way !!! Thanx in advance

    V M A L 4 Replies Last reply
    0
    • M mrkeivan

      Hey guys, as u guessed by now, I have a MDF and LOG file which were created in SQL Server 2008, and currently I don't have that. Is there anyonre who can give me an email address so I can send my files to him and he sends me the script, that way I can generate it in 2005 !!! I ve done alot of searching and found this as the only way !!! Thanx in advance

      V Offline
      V Offline
      Vimalsoft Pty Ltd
      wrote on last edited by
      #2

      Am trying to understand what your question.its not clear please try to explain again

      Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/

      M 1 Reply Last reply
      0
      • M mrkeivan

        Hey guys, as u guessed by now, I have a MDF and LOG file which were created in SQL Server 2008, and currently I don't have that. Is there anyonre who can give me an email address so I can send my files to him and he sends me the script, that way I can generate it in 2005 !!! I ve done alot of searching and found this as the only way !!! Thanx in advance

        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #3

        You want to send someone an MDF and LOG file, have them attach the file to their server, then script out the entire database and return the script to you. You might want to elaborate, the size of the database would be rather important. Also, why not install SQL Express 2008 and do it yourself (other than the absolute nightmare that installing SQL 2008 is).

        M 1 Reply Last reply
        0
        • M mrkeivan

          Hey guys, as u guessed by now, I have a MDF and LOG file which were created in SQL Server 2008, and currently I don't have that. Is there anyonre who can give me an email address so I can send my files to him and he sends me the script, that way I can generate it in 2005 !!! I ve done alot of searching and found this as the only way !!! Thanx in advance

          A Offline
          A Offline
          Ashfield
          wrote on last edited by
          #4

          Hav you tried using sql2008 express? Its free, and I think you would be able to do what you need.

          Bob Ashfield Consultants Ltd Proud to be a 2009 Code Project MVP

          1 Reply Last reply
          0
          • M mrkeivan

            Hey guys, as u guessed by now, I have a MDF and LOG file which were created in SQL Server 2008, and currently I don't have that. Is there anyonre who can give me an email address so I can send my files to him and he sends me the script, that way I can generate it in 2005 !!! I ve done alot of searching and found this as the only way !!! Thanx in advance

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            What is the compatibility level of the database ? If it was set to 90 or lower, you could still attach it to SQL Server 2005.

            M 1 Reply Last reply
            0
            • V Vimalsoft Pty Ltd

              Am trying to understand what your question.its not clear please try to explain again

              Vuyiswa Maseko, Spoted in Daniweb-- Sorry to rant. I hate websites. They are just wierd. They don't behave like normal code. C#/VB.NET/ASP.NET/SQL7/2000/2005/2008 http://www.vuyiswamaseko.com vuyiswa@its.co.za http://www.itsabacus.co.za/itsabacus/

              M Offline
              M Offline
              mrkeivan
              wrote on last edited by
              #6

              I want to send someone an MDF and LOG file, have them attach the file to their server, then script out the entire database and return the script to you.

              1 Reply Last reply
              0
              • M Mycroft Holmes

                You want to send someone an MDF and LOG file, have them attach the file to their server, then script out the entire database and return the script to you. You might want to elaborate, the size of the database would be rather important. Also, why not install SQL Express 2008 and do it yourself (other than the absolute nightmare that installing SQL 2008 is).

                M Offline
                M Offline
                mrkeivan
                wrote on last edited by
                #7

                exactly ! Thats, I figures if someone has it installed already why go through all the trouble installing it!!! Its about 60 MB ! K

                M 1 Reply Last reply
                0
                • L Lost User

                  What is the compatibility level of the database ? If it was set to 90 or lower, you could still attach it to SQL Server 2005.

                  M Offline
                  M Offline
                  mrkeivan
                  wrote on last edited by
                  #8

                  When I try to attach it, I get this error saying that my server supports 661 and lower and the file I'm trying to attach is 665 !

                  L 1 Reply Last reply
                  0
                  • M mrkeivan

                    When I try to attach it, I get this error saying that my server supports 661 and lower and the file I'm trying to attach is 665 !

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #9

                    It means that you cannot attach it to an SQL Server 2005 instance. Why don't you try SQL Server 2008 Express. Its free :)

                    1 Reply Last reply
                    0
                    • M mrkeivan

                      exactly ! Thats, I figures if someone has it installed already why go through all the trouble installing it!!! Its about 60 MB ! K

                      M Offline
                      M Offline
                      Mycroft Holmes
                      wrote on last edited by
                      #10

                      60mb is the least of your problems when installing SQL 2008, there is a problem in the installer that cannot find dotnet 3.5 sp1 somewhere

                      Never underestimate the power of human stupidity RAH

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups