SQL Server: The bulk load failed. The column is too long in the data file for row 1, column 1
Someone please help me here. Been looking at this for a couple of hours now but leading to nowhere. I created a table in SQL Express 2008 R2 using the following script: CREATE TABLE Features ( ID int not null identity(1,1 ), StopID varchar(10), Code int, Name varchar(100), Summary varchar(200), Lat real, Lon real, street varchar(100), city varchar(50), region varchar(50), postcode varchar(10), country varchar(20), zone_id varchar(20), the_geom geography CONSTRAINT [PK_Features] PRIMARY KEY CLUSTERED ( [ID] ASC )WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE = OFF, IGNORE_DUP_KEY = OFF, ALLOW