1. From a command prompt, type osql -E and press Enter.
Note: If logging in to a named instance of the Microsoft SQL Server, use the following command syntax to log in: osql -E -S <SQL_Server_name>\<instance_name>
2. Type the following commands in the specified order:
1> backup database <BlackBerry_Configuration_Database_name> to disk = C:\<BlackBerry_Configuration_Database_name>.bak
2> go
1> quit
Microsoft SQL Server Desktop Engine (MSDE)
1. From a command prompt, type osql -E and press Enter.
Note: If logging in to a named instance of the Microsoft SQL Server, use the following command syntax to log in: osql -E -S <SQL_Server_name>\<instanc
2. Type the following commands in the specified order:
1> backup database <BlackBerry_Configuration_
2> go
1> quit
3. Close the command prompt.