Merge All SQL queries

neccta

Veteran Member
35
2014
6
I thought I would share this quick and easy solution for updates. If you've ever installed a fresh database from TrinityCore you'll quickly find out that you'll need to apply lots of updates.

To merge all updates into one file open CMD type "cd C:\user\TrinityCore\sql\updates\world" then type "copy /b *.sql updates.sql" all the updates are now merged into a new file called "Updates.sql"
 

ExO

Admin
5,094
2014
1,454
This is definitely useful, and I've also used this method quite a lot.
 
Top