i get some problem, i need help! sry for my english.
I Use Vsro 1.188 Orign (Clean)
My error happend after i Shrink Database! Before, it's working fine!
I can't buy item in 2 group mall (avatar and pet mall)
if i move tab in group mall to other group in mall like Premium or Consume, all item inside can't buy!
I Use this query to Shrink Database
PHP Code:
USE SRO_VT_SHARD;
GO
-- Truncate the log by changing the database recovery model to SIMPLE.
ALTER DATABASE SRO_VT_SHARD
SET RECOVERY SIMPLE;
GO
-- Shrink the truncated log file to 1 MB.
DBCC SHRINKFILE (SRO_VT_SHARD_Log, 1);
DBCC SHRINKDATABASE (SRO_VT_SHARD,0);
GO
| https://www.youtube.com/watch?v=ql7ku7uUwrQ | |
|
|
|

Thank's!






