archgeus revised this gist 8 months ago. Go to revision
1 file changed, 1 insertion
gistfile1.txt(file created)
| @@ -0,0 +1 @@ | |||
| 1 | + | INSERT INTO [dbo].[ServerList] ([adminAddr], [adminPort], [connString], [logDbConn], [mergeReportDbConn], [orderId], [planetId], [reportDbConn], [serverName], [serverNo], [sharedDBConnString]) VALUES (N'127.0.0.1', 8081, N'Data Source={SQL Server};Server=127.0.0.1;Database=PlanetDB_3104;UID=sa;PWD=yourpassword', N'Data Source={SQL Server};Server=127.0.0.1;Database=LogDB_3104;UID=sa;PWD=yourpassword', NULL, 1, 10, N'Data Source={SQL Server};Server=127.0.0.1;Database=ReportDB_3104;UID=sa;PWD=yourpassword', N'TERA', 1, N'Data Source={SQL Server};Server=127.0.0.1;Database=SharedDB_3104;UID=sa;PWD=yourpassword'); | |
Newer
Older