When you say Source do you mean destination.?
Does Dbase III have autonumber?
If you want to simply transfer those attributes from dBase III and have SQL
Server assign the identity OR
You want to transfer the data and the source (dBase III) autonumber
attribute into a SQL Server identity attribute then have a look here
Problems With IDENTITY() and the DataPump task.
(http://www.sqldts.com/default.aspx?293)
If I have misinterpreted the requirement then please post back with more
details
--
----------------------------
Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"Robert Vergara" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
I am transforming my dbaseIII database into a SQL. My
Source Database has a field with Identity set to "Yes". I
want to convert my dbaseIII format dbase getting only two
fields and perform my autonumbering in source database.
How can I do that? |