Thursday, November 20, 2014

How to Add Link Server on SQL Server 2008

How to Add Link Server on SQL Server 2008 สำหรับ SyteLine 8.03 Installation
ลงไว้กันลืมครับ จะให้เมื่อเรามีการเปลี่ยนชื่อ Database Server หลังจาก Install SQL Server .

EXEC SP_ADDLINKEDSERVER @SERVER =  '00258BACK', @SRVPRODUCT = 'SQL SERVER'



Infor SyteLine (CSI) customize Custom Assembly

  if you are looking for script to test run Infor CSI Custom Assembly you can use below code. using System; using System.Collections.Generic...