You need to cofing your sql server
1. If you dont have Shaiya account in slq then change login Sa to Shaiya and change your pass
2.Attach DATABASE files to your sql server
3. Change your sql server name to 127.0.0.1 and restart sql
Code:
sp_dropserver 'old_name'
GO
sp_addserver '127.0.0.1', local
GO
4. Change windows auth to sql autch and save (View reg server-->properties)
5. Open Sql config manager and change IP adress to 127.0.0.1 and port to 1433 save and Name Pipes to
6 open your CMD as admin an put this
Code:
@echo off
SET dir_install=%~dp1
sc create shaiya_server binpath= %dir_install%PSM_Server\PSMServer_Agent.exe type= own start= auto
sc create shaiya_serverf binpath= %dir_install%PSM_Client\PSM_Agent.exe type= own start= auto
echo NT Services for Shaiya created
pause
@exit
7 use linked server from Terica
that should help
8. Put in ini files your DB pass