chrisppppp
MIS
SQL Server 2005
Sorry i'm a bit of a novice when it comes to SQL but i can just about get by. what i need to do however is Insert data from an excel spreadsheet into a table that already exists in my database, basically just to add to the list i already have there.
Basically it is a table with two columns:
GF1_Policy_ID (Float)
GF1_U/W_1 (nvarchar 22)
i've looked at the import feature on the import wizard but everytime it wants to create a new table rather than insert the data into an already existing table.
Any help or suggestions please?
Sorry i'm a bit of a novice when it comes to SQL but i can just about get by. what i need to do however is Insert data from an excel spreadsheet into a table that already exists in my database, basically just to add to the list i already have there.
Basically it is a table with two columns:
GF1_Policy_ID (Float)
GF1_U/W_1 (nvarchar 22)
i've looked at the import feature on the import wizard but everytime it wants to create a new table rather than insert the data into an already existing table.
Any help or suggestions please?