friend shares what you've done to see if one of us can helpQuote:
Quote: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[SK_gamebang_ip]( [nID] [smallint] NOT NULL, [ip] [int] NOT NULL, [capacity] [smallint] NOT NULL ) ON [PRIMARY]
I do all that but the SCM does not answer me and I put an imageQuote:
You need to run SMC_independant !
ID: sro_gm1
PW: hn2006
To create SK_gamebang_ip do that :
Go to DATABASE with the name you selected SRO_Account, or SRO, depends on the name you gave. Then RUN QUERY, paste that there and execute.
Code:Quote: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[SK_gamebang_ip]( [nID] [smallint] NOT NULL, [ip] [int] NOT NULL, [capacity] [smallint] NOT NULL ) ON [PRIMARY]
I need to get run GlobalManager first ;)Quote:
You need to run SMC_independant !
ID: sro_gm1
PW: hn2006
To create SK_gamebang_ip do that :
Go to DATABASE with the name you selected SRO_Account, or SRO, depends on the name you gave. Then RUN QUERY, paste that there and execute.
Code:Quote: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE TABLE [dbo].[SK_gamebang_ip]( [nID] [smallint] NOT NULL, [ip] [int] NOT NULL, [capacity] [smallint] NOT NULL ) ON [PRIMARY]