{}

Our Brands

Impact-Company-Logo-English Black-01-177x54

Welcome to the Schneider Electric Website

Welcome to our website.
Search FAQs
How to manually detach an ION Database using OSQL commands in the command prompt.

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:
http://msdn.microsoft.com/en-us/library/aa214012%28SQL.80%29.aspx

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

Schneider Electric Ireland

Users group

Discuss this topic with experts

Visit our Community for first-hand insights from experts and peers on this topic and more.