Please start any new threads on our new 
    site at https://forums.sqlteam.com.  We've got lots of great SQL Server
    experts to answer whatever question you can come up with.
    
        | 
                
                    | 
                            
                                | Author | Topic |  
                                    | skinchStarting Member
 
 
                                        4 Posts | 
                                            
                                            |  Posted - 2010-01-07 : 07:56:15 
 |  
                                            | I am running SQL Server 7.0 on a XP box. I am unable to start the SQL Server due to the following error. I do not have a good backup of my database. Your SQL Server installation is either corrupt or has been tampered with (unknown Package id. Please rerun setup. I am afraid if I rerun the setup I will screw up my database. Since I don't have a good backup I need to be careful. Any suggestions on how to proceed are welcomed.Thanks,Sherry |  |  
                                    | rajdakshaAged Yak Warrior
 
 
                                    595 Posts | 
                                        
                                          |  Posted - 2010-01-07 : 08:39:06 
 |  
                                          | HiAm  not sure its possible in sql server 7.0In SQL SERVER 2008 read belowFirst try to change the mode to READ_WRITE. Do it from SSMS or runALTER DATABASE MyDatabase SET READ_WRITEIf it fails, then maybe the error message will give you a hint. Also check the MDF/LDF file-level permissions and make sure the account running SQL Server Database Engine has read/write permissions.Also check the SQL Server ERRORLOG file - it may have more details about the reason-------------------------[R][A][J] |  
                                          |  |  |  
                                    | GilaMonsterMaster Smack Fu Yak Hacker
 
 
                                    4507 Posts | 
                                        
                                          |  Posted - 2010-01-07 : 09:09:57 
 |  
                                          | Copy the .mdf, .ldf and, if applicable, the .ndf files somewhere safe. Make sure the SQL service is stopped before you do that. Once you have those somewhere safe, try rerunning setup to fix whatever's busted with the servics--Gail ShawSQL Server MVP |  
                                          |  |  |  
                                    | elliswhiteStarting Member
 
 
                                    36 Posts | 
                                        
                                          |  Posted - 2014-05-05 : 01:53:11 
 |  
                                          | u don't need to worry about any more because there are many more tools available in online market go through them and download. These free utility will help you to recover your sql server database. |  
                                          |  |  |  
                                |  |  |  |