Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[guide] decrease size database ep3

Junior Spellweaver
Joined
Sep 9, 2009
Messages
179
Reaction score
13
This is doing when you restored db ep3 on your mssql.
Choose database . Click choose tasks, choose shrink, choose database and click ok,
Now your db have decrease size.only <15mb....


case 2:
New query on that database and write
Dbcc shrinkfile(atum2_db_1,10)
Go

---And
Dbcc shrinkfile(atum2_db_account,10)
Go
--------------finished--
You can change 10 to 1.
Thanks for watching..
 
Back
Top