Delete the table. and use it.
PHP Code:
USE [SRO_VT_SHARD]
GO
/****** Objeto: Table [dbo].[_TrainingCampHonorRank] Fecha de la secuencia de comandos: 06/07/2012 16:18:24 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TABLE [dbo].[_TrainingCampHonorRank](
[Ranking] [int] NOT NULL,
[CampID] [int] NULL,
[Rank] [tinyint] NULL,
CONSTRAINT [PK__TrainingCampHonorRank] PRIMARY KEY CLUSTERED
(
[Ranking] ASC
)WITH (PAD_INDEX = OFF, IGNORE_DUP_KEY = OFF, FILLFACTOR = 90) ON [PRIMARY]
) ON [PRIMARY]
And add again 50 lines.
SET = Ranking to 1 only. and enter and make again with the 50 lines.
Example..
1 NULL NULL
2 NULL NULL
3 NULL NULL
4 NULL NULL
5 NULL NULL
6 NULL NULL
7 NULL NULL
....
50 NULL NULL
Reset GameServer. :P:
Likeme..
