Tera SQL Script for MSSQL 2014

Results 1 to 2 of 2
  1. #1
    [DEV]ShadoW shadow66 is offline
    MemberRank
    Feb 2014 Join Date
    C#,SQL,C++Location
    365Posts

    Tera SQL Script for MSSQL 2014

    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

    TERA_SQL_Script_MSSQL2014.rar

    LogServer and all other api looks working correct with MSSQL 2014
    desktop-20-09-2022-23-a


    on left side is MSSQL 2014 | on the right side is MSSQL 2019
    desktop-20-09-2022-22-a
    Last edited by shadow66; 21-09-22 at 12:43 AM.


  2. #2
    Account Upgraded | Title Enabled! TieLay is offline
    MemberRank
    Jan 2011 Join Date
    RussiaLocation
    650Posts
    cute, but try THIS - DB creation scripts



Advertisement