User's Manual
58 Install PC - Step 1f - Database Engine
osql –S (local) –d Messenger_Data –U sa
• Enter BACKUP LOG Messenger_Data WITH TRUNCATE_ON
LY.
• Enter go.
• Enter DBCC SHRINKDATABASE (Messenger_Data).
• Enter go.
• Enter exit.
3>BACKUP LOG Messenger_Data WITH TRUNCATE_ONLY
4>go
4>DBCC SHRINKDATABASE (Messenger_Data)
5>go
6>exit
The output is displayed as follows:
2 Change database model to simple (no use of transaction log).
Open the osql command line utility
Osql –S (local) –d Messenger_Data –U sa
• Enter alter database Messenger_Data set recovery
simple.
• Enter go.
•
Enter exit.
4>alter database Messenger_Data set recovery simple
5>go
6>exit
The output is displayed as follows:
Nortel Communication Server 1000
DECT Messenger Installation and Commissioning — Book 1
NN43120-301 02.01 4 June 2010
Copyright © 2003-2010 Nortel Networks. All Rights Reserved.
.