HI,
I'm trying to import data from excel to sql table using the data transformation services import export wizard. In the sql table, i have a id column which is set to be identity(1, 1). But, in the excel sheet, there is no id coulmn so i inserted a new column and named it as id (the rows are empty).
When i try to import, i'm getting error since the Id column is set to non null. I tried to remove the identity n set it as null and the imported. But the Id column in sql table is all <null>. How do i have data in the Id column other than manually entering the data in the Id column after importing?
thanks!
sugu
I'm trying to import data from excel to sql table using the data transformation services import export wizard. In the sql table, i have a id column which is set to be identity(1, 1). But, in the excel sheet, there is no id coulmn so i inserted a new column and named it as id (the rows are empty).
When i try to import, i'm getting error since the Id column is set to non null. I tried to remove the identity n set it as null and the imported. But the Id column in sql table is all <null>. How do i have data in the Id column other than manually entering the data in the Id column after importing?
thanks!
sugu