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 |  
                                    | pberpStarting Member
 
 
                                        15 Posts | 
                                            
                                            |  Posted - 2009-12-18 : 08:26:17 
 |  
                                            | The sql server version both are 6.5.Is that feasible? |  |  
                                    | tkizerAlmighty SQL Goddess
 
 
                                    38200 Posts |  |  
                                    | pberpStarting Member
 
 
                                    15 Posts | 
                                        
                                          |  Posted - 2009-12-19 : 19:46:26 
 |  
                                          | quote:Thanks for your help.One more question!Originally posted by tkizer
 Yes, use backup/restore.
 
  Are the system database(master,msdb,model) must be backuped and restore to the new machine? Or just only  backup/restore the user database which one I wanted to copy? |  
                                          |  |  |  
                                    | tkizerAlmighty SQL Goddess
 
 
                                    38200 Posts |  |  
                                    | pberpStarting Member
 
 
                                    15 Posts | 
                                        
                                          |  Posted - 2009-12-19 : 20:53:52 
 |  
                                          | I just want to move the database which one my application used.If I don't copy the system database,what will happen? |  
                                          |  |  |  
                                    | tkizerAlmighty SQL Goddess
 
 
                                    38200 Posts |  |  
                                    | pberpStarting Member
 
 
                                    15 Posts | 
                                        
                                          |  Posted - 2009-12-20 : 00:58:42 
 |  
                                          | quote:Thank you for your explanations!Originally posted by tkizer
 It depends what you have stored in the system databases.  In master are your logins.  That can easily be recreated if you know the password.  In msdb are the jobs, alerts and other things.  I typically only need to grab my logins and jobs, so I don't ever bother restoring the system databases.
 
   |  
                                          |  |  |  
                                    | tkizerAlmighty SQL Goddess
 
 
                                    38200 Posts |  |  
                                |  |  |  |