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
Gepubliceerd voor: Schneider Electric Belgium
Hulp nodig?
Selecteer zelf het juiste product
Vind snel en eenvoudig de juiste producten en toebehoren voor uw toepassingen.
Offerte aanvragen
Dien uw aanvraag online in en een expert zal contact met u opnemen.
Verkooppunten
Vind eenvoudig de dichtstbijzijnde distributeur van Schneider Electric op uw locatie.
Help Center
Vind de antwoorden die u nodig heeft via bladeren door veelgestelde vragen over onderwerpen.