|
|
|
|
if you have a DB using ex: Have server running and this DB Example Name: SRO_VT_SHARD.log its = 100GB + me can shrink database, without harming anything from online players? or that are offline too, I say about missing something, item etc ...Quote:
[Only registered and activated users can see links. Click Here To Register...]
Quote:
if you have a DB using ex: Have server running and this DB Example Name: SRO_VT_SHARD.log its = 100GB + me can shrink database, without harming anything from online players? or that are offline too, I say about missing something, item etc ...
Quote:
Good JOB :)
Since shrink process increasing the fragmentation on some tables, your query performance will f*cked up. Never recommended database shrink.Quote:
[Only registered and activated users can see links. Click Here To Register...]
Quote:
Since shrink process increasing the fragmentation on some tables, your query performance will f*cked up. Never recommended database shrink.
Its not important how you do that, its important why do you need to shrink.
You can check fragmentations on table after the shrink process. Also, before doing anything i recommended to review microsoft documentation about SQL.Quote:
I have tried it more than once but I thought after improvement in database And you can try it yourself On database test You'll notice lot of difference ;)
Quote:
You can check fragmentations on table after the shrink process. Also, before doing anything i recommended to review microsoft documentation about SQL.
In the case of using vsro database in simple recovery, it won't take much gigabayts. So, shrink process is not needed. But, if you use vsro database in full recovery mode(never recomended since it's going to log whole transation logs). It's really need to shrink vsro database. Also, don't forget to rebuild & reorganize your indexes after the shrink.