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
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How to Reattached database in SQL 2000 server after upgrading with SQL 2005

How to Reattached database in SQL 2000 server after upgrading with SQL 2005

Scheduled Pinned Locked Moved Database
databasehelpsysadmintutorial
4 Posts 4 Posters 1 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.
  • A Offline
    A Offline
    azad yadav
    wrote on last edited by
    #1

    Dear Friends, I attached sql 2000 database in sql 2005 server and deattaching from 2005 again try to attached with sql 2000 then give error (could not find sysindexes for database id 9 Run dbcc chack table on sysindexes) Please help me Thanks and Regards Azad Yadav

    M R 2 Replies Last reply
    0
    • A azad yadav

      Dear Friends, I attached sql 2000 database in sql 2005 server and deattaching from 2005 again try to attached with sql 2000 then give error (could not find sysindexes for database id 9 Run dbcc chack table on sysindexes) Please help me Thanks and Regards Azad Yadav

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

      I will be astonished if you can do this. The idea that you can take a 05 db back to 2000 seems unlikely in the extreme.

      Never underestimate the power of human stupidity RAH

      1 Reply Last reply
      0
      • A azad yadav

        Dear Friends, I attached sql 2000 database in sql 2005 server and deattaching from 2005 again try to attached with sql 2000 then give error (could not find sysindexes for database id 9 Run dbcc chack table on sysindexes) Please help me Thanks and Regards Azad Yadav

        R Offline
        R Offline
        Reza Raad
        wrote on last edited by
        #3

        use Integration Service and transfer your database from 2005 to 2000.because you can not restore 2005 on 2000 on usual ways

        Human knowledge belongs to the world http://www.rad.pasfu.com/index.php

        L 1 Reply Last reply
        0
        • R Reza Raad

          use Integration Service and transfer your database from 2005 to 2000.because you can not restore 2005 on 2000 on usual ways

          Human knowledge belongs to the world http://www.rad.pasfu.com/index.php

          L Offline
          L Offline
          Lambin
          wrote on last edited by
          #4

          Hello, If you have modified the structure of your database or introduced features specific to SQL Server 2005 like PIVOT in a view or stored procedure, bad luck. Try to reattach your database to your SQL Server 2005 , check if the compatibility level of your database is always 80 ( SQL Server 2000 ). If yes, bad luck, if it is 90, try to modify it to 80. Detach it properly and try to reattach it to your SQL Server 2000. You have a little hope of success ( except if you have introduced features specific to 2005 )

          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