Import from Word -
06-18-2006
, 12:05 PM
Hi,
I need to import a Word 2003 table into SQLServer 2000, into a table:
CustomerID VARCHAR(10),
Description TEXT.
The Word table has two columns, consisting of a Customer ID and several
paragraphs of text for each customer ID. There is a blank line between each
paragraph for each ID.
-------------------------------
12345 Paragraph1
Paragraph 2
--------------------------------
67890 Paragraph 1
Paragraph 2
---------------------------------
Is there a way to do this? Are there any articles covering this?
Thanks.
Alan |