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!

Tera SQL Script for MSSQL 2014

Mythic Archon
Top Poster Of Month
Joined
Feb 16, 2014
Messages
733
Reaction score
341
Ok guys because i can't find out any Tera 100.02 MSSQL DB for MSSQL 2014 so here is my release for you guys

in two easy steps you can easy restore that DB on MSSQL 2014

1) Open SSMS
2) then New Query

and most important step! in that query script you will need change patch where the DB will be save. repeat this step for each query db

( NAME = N'WebAppDB', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\DATA\WebAppDB.mdf' , SIZE = 5120KB , MAXSIZE = UNLIMITED, FILEGROWTH = 1024KB ) LOG ON ( NAME = N'WebAppDB_log', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\DATA\WebAppDB_log.ldf' , SIZE = 25480KB , MAXSIZE = 2048GB , FILEGROWTH = 10%)

make some folder on D: like tera_db

so that will make easy way to restore all DB to 2014

View attachment TERA_SQL_Script_MSSQL2014.rar

LogServer and all other api looks working correct with MSSQL 2014
Desktop 20-09-2022 23-28-37-885 - Tera SQL Script for MSSQL 2014 - RaGEZONE Forums


on left side is MSSQL 2014 | on the right side is MSSQL 2019
Desktop 20-09-2022 22-40-32-485 - Tera SQL Script for MSSQL 2014 - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top