create table for store raw data:
CREATE TABLE [dbo].[raw_data]( [ID] [int] IDENTITY(1,1) NOT NULL, [first_data] [int] NULL, [next_counts] [nvarchar](max) NULL