cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
486
Views
0
Helpful
1
Replies

How To Shrink the Unity Distribution Database

THOMAS LEMAY
Level 1
Level 1

Can someone post the syntax to shrink the unity distribution database and log file?  I know how to shrink the unitydb and log file but need the syntax to shrink the distribution database.  I am running unity 4.0.5 unified messaging. Thanks, Tom

1 Reply 1

Scott Hills
Cisco Employee
Cisco Employee

Hello,

These are commands that I have seen used in the past:

C:\>osql -E
1> use UnityDistributionDb
2> go
1> backup log  UnityDistributionDb with no_log
2> go
1> dbcc shrinkdatabase(UnityDistributionDb)
2> go

Thanks,

Scott