I have deattached a database from SQL Server 2000 and would like to use this database in MSDE. But how do I attach or register this database in MSDE?
Regards
MYou can use the sp_attach_db system stored procedure to reattach it, running it either through Query Analyzer if you have a machine with the SS2K client tools installed or with isql from the command line.
That enough information?
Don
No comments:
Post a Comment