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 |  
                                    | dasr25Starting Member
 
 
                                        2 Posts | 
                                            
                                            |  Posted - 2005-11-16 : 07:39:41 
 |  
                                            | How do attach database with MSDE 2000? |  |  
                                    | VivaldiConstraint Violating Yak Guru
 
 
                                    298 Posts | 
                                        
                                          |  Posted - 2005-11-16 : 07:59:40 
 |  
                                          | Well, Assuming you can do an attach in msde (never worked with it)sql:sp_attach_db @dbname = 'dbname'     , @filename1 = 'filename_1'or if you have enterprise manager, open it up the db and right click on Databases, its right there.________________________________________________SQL = Serious Quaffing of Liquor |  
                                          |  |  |  
                                |  |  |  |