Goals and Symptoms
If an ION database will not detach using the ION Database Manager (Management Console > Tools > Database Manager) and MSDE (Microsoft SQL Server 2000 Desktop Engine) is being used as the database engine it may be possible to detach the database using OSQL (Object Structured Query Language) commands from the command prompt. The procedure below describes how to accomplish this.
Causes and Fixes
1. Open up a Command Prompt window (Start > Programs > Accessories > Command Prompt)
Note: After each command below press enter to execute.
2. Type in the following code replacing what's in the < > brackets with the correct system information in order to login to Microsoft SQL Server:
osql -U<username> -P<Password> S<Server Name>\<SQL Instance>
For Example: osql -Usa -PION!Everywhere SMyServer\ION
3. Next use this command to detach the database once again replacing < > with the correct system information:
EXEC sp_detach_db <database name>- For Example: EXEC sp_detach_db ION_Data
4. Now type:
GO
5. Now type:
quit
The database should now be detached.
Note: OSQL has many commands and uses. For more information see Microsofts website:
Attachments
(Removed Image URL: /PubResEXPORT.nsf/2b87ee90be777fc085257c28006ee4ef/5eb4efe5c1ea1becc125761a0010a410/fl_block_5/0.1AD6?OpenElement&FieldElemFormat=gif)
Date Created: August 18, 2009
Last Revised: August 21, 2009
Public
Original Author: RU
All content © 1992-2009 Schneider Electric
Legacy KB System (APS) Data: RESL199696 V1.0, Originally authored by MiNe on 08/22/2009, Last Edited by MiNe on 08/22/2009
Related ranges: ION Enterprise V5.6, ION Enterprise V5.5, ION Enterprise V5.0
Publié pour: Schneider Electric Belgium
Besoin d'aide ?
Sélectionnez le bon produit
Trouvez rapidement et facilement les produits et accessoires adaptés à vos applications.
Obtenir un devis
Effectuez une demande de renseignements en ligne et un expert vous contactera.
Où acheter ?
Trouvez facilement le distributeur Schneider Electric local le plus proche.
Centre d'aide
Trouvez des ressources de support pour tous vos besoins, en un seul endroit.