Create data folders (Data, Log, Backup) in appropriate disk in MSSQL root folder
Installation > new SQL Server stand-alone installation ...
SQL Server Feature installation
Select only two options: SQL Server Replication & Management Tools – Complete
Instance: Default instance
Server configuration > Service Account: Startup Automatic for SQL Server Agent & SQL Server Database Engine
Server configuration > Authentication Mode: Mixed, add sa password and "add current user"
Set default data directories
Enable FILESTREAM
click Next, Next, Next, Update
open Firewall setting (from search or in Control panel)
open "Advanced Settings"
Create Inbound Rules > new Rule...
Port: TCP 1433
Allow Connection from Domain and Private
Name it "SQL Server"
Disable "Shared Memory"
Setup unattended Support
Client section
Cache XAUTH User Name and Password on Client: Always
Virtual Adapter settings: DHCP Lease or Manual Configuration
Allow Connections to: Spilt Tunnels
don't check any check box
check "Use Internal DHCP Server"
check "For Global VPN Client"
Set distribution database location
Set Snapshop folder
Next, Next, Next, Finish
change dbname
change publication name
change publisher name
change snapshop folder name
change job login and password
same as main server
same as main server
5. Change NVLT_SERIALNO table values starting from 1000000 except PREPACK_SKU which start from 2000000
Select publisher using <Find SQL Server Publisher…> dropdown box
Set “Merge Agent Location” as pull subscriptions
Set “Merge Agent Security”
check values in [Database] section: DBMS, Database, LogId, LogPassword(encrypted), DBParm
check values in [userInfo] section: t1, t1 should be empty
check value in [version section: server -> shared drive folder
Ex) when main server name is N41-SERVER and laptop source folder is in D: drive
copy /Y D:\Source\NVLT\nvlt.ini D:\Source\
robocopy /S \\N41-SERVER\Source\NVLT D:\Source\NVLT
copy /Y D:\Source\nvlt.ini D:\Source\NVLT\
Ex) when main server name is N41-SERVER and laptop source folder is in D: drive
robocopy /S \\N41-SERVER\Source\IMAGES D:\Source\IMAGES /XD USPS