Hello everybody,
I have a table called HTML that looks as follows:
A B
int ntext
A is the PK and my HTML table has a 1 to 1 relationship with another table with the same PK. HTML already has data on it. I cannot see any data on column B. All i see is this text - <LONGTEXT>. After some research I found out that I'd have to export this table into a text file to see that data on it. I did the exporting. I saw the data. I made changes to the data. And I tried to import it back. And there lies the problem.
How do I change the column names from Col001, Col002 to A, B like my HTML table above. How do I tell SQL 2000 to overwrite all data on the HTML table after the import? Why does SQL 2000 tell me that due to relationship constraints it cannot duplicate data?
Any help would be greatly appreciated.
I have a table called HTML that looks as follows:
A B
int ntext
A is the PK and my HTML table has a 1 to 1 relationship with another table with the same PK. HTML already has data on it. I cannot see any data on column B. All i see is this text - <LONGTEXT>. After some research I found out that I'd have to export this table into a text file to see that data on it. I did the exporting. I saw the data. I made changes to the data. And I tried to import it back. And there lies the problem.
How do I change the column names from Col001, Col002 to A, B like my HTML table above. How do I tell SQL 2000 to overwrite all data on the HTML table after the import? Why does SQL 2000 tell me that due to relationship constraints it cannot duplicate data?
Any help would be greatly appreciated.