Hi All
I'm using SQL 2008, I need to update some existing values in a table and am trying to find a way to do it.
I have exported the table using the wizard to an excel spreadsheet.
On other tables I updated the excel sheet, deleted the existing table in SQl and then re-imported the excel into a new table . all worked ok.
Problem I got now is that I can't delete the original table, or rename it due to dependencies.
So i need a way to update the values in the table (replace existing text) using SQL and get my new values from the excel sheet.
Anyone got a way to do this ?
cheers
I'm using SQL 2008, I need to update some existing values in a table and am trying to find a way to do it.
I have exported the table using the wizard to an excel spreadsheet.
On other tables I updated the excel sheet, deleted the existing table in SQl and then re-imported the excel into a new table . all worked ok.
Problem I got now is that I can't delete the original table, or rename it due to dependencies.
So i need a way to update the values in the table (replace existing text) using SQL and get my new values from the excel sheet.
Anyone got a way to do this ?
cheers