Naposledy aktivní 1 month ago

ServerList query for v31.04. Remember to replace server details and credentials accordingly.

gistfile1.txt Raw
1INSERT 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');