Howdy, all. I'm interested in using DTS to automatically build indicies of
table content. What I'm imagining is with a table similar to the following:
tblArticles
_____
articleID (INT)
articleTitle (Varchar 50)
articleSummary (Varchar 200)
articleText (Text)
articleCombinedFields (Text)
...
more >>
Sorry if this is a common question, but I got to the
newsgroup through the MS site and could not find the
newsgroup to search for answers.
I am using SQL 2000 and using the DTS wizard to copy
objects (in my case tables and stored procedures) from one
database to another. After the copy, som...
more >>
Hello all,
I am having a problem with a data migration from SQL Server to Oracle 9i
using DTS and am running out of things to try.
The problem arises when I attempt to transfer non-english characters such as
" é ". The error message I get is ORA-01401: inserted value too large for
column.
...
more >>