由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - import data into SQL server
相关主题
Help - Urgent怎样从WEB上执行调用DTS TASK?
How to make import (>200M) faster?Re: 有把ORACLE PL/SQL Package自动变成SQL Server Package的东东吗
Import 50GB data from multiple .txt file into MS SQL databaseRe: How to create a new database under SQL 7.0 from remote host?
input into access怎么移植一个SQL server数据库
Help!Import DB from Access97 to SQLserver 7.0.Re: How to migrate a database from one sql server to another?
SSIS import and export wizard 搞不定了请教SQL Server简单问题,DB->txt file?
Import data from excel into sql server 2000数据库问题一问
SQL Server的DTS?SQL Server 2000 Job level premission?
相关话题的讨论汇总
话题: sql话题: import话题: server话题: table话题: data
进入Database版参与讨论
1 (共1页)
i******e
发帖数: 32
1
When I import data in to the SQL server, it gives an error because the
duplicate record and stops. However, is there a way to let the work keep
going for the rest of records?
e*********s
发帖数: 200
2

Are you using DTS to import to a new table or existing table?

【在 i******e 的大作中提到】
: When I import data in to the SQL server, it gives an error because the
: duplicate record and stops. However, is there a way to let the work keep
: going for the rest of records?

i******e
发帖数: 32
3
Existing table. My purpose is to let the primary key of the destination table
to get rid ofduplicate records in the source table.

【在 e*********s 的大作中提到】
:
: Are you using DTS to import to a new table or existing table?

a*****a
发帖数: 438
4
how about drop the primary key contraint first and then run a query
after DTS to delete dup copies, then turn on primary key contraint again

【在 i******e 的大作中提到】
: Existing table. My purpose is to let the primary key of the destination table
: to get rid ofduplicate records in the source table.

l*********r
发帖数: 80
5
how to delete dup copies?

【在 a*****a 的大作中提到】
: how about drop the primary key contraint first and then run a query
: after DTS to delete dup copies, then turn on primary key contraint again

a*****a
发帖数: 438
6
hmm.. at least you can select distinct into another table bah;

【在 l*********r 的大作中提到】
: how to delete dup copies?
1 (共1页)
进入Database版参与讨论
相关主题
SQL Server 2000 Job level premission?Help!Import DB from Access97 to SQLserver 7.0.
有谁用SQL Server的DTS package连过Teradata吗?SSIS import and export wizard 搞不定了
SQL Server 2005 Exec( )Import data from excel into sql server 2000
从SQL Server 2000升级到SQL Server 2005SQL Server的DTS?
Help - Urgent怎样从WEB上执行调用DTS TASK?
How to make import (>200M) faster?Re: 有把ORACLE PL/SQL Package自动变成SQL Server Package的东东吗
Import 50GB data from multiple .txt file into MS SQL databaseRe: How to create a new database under SQL 7.0 from remote host?
input into access怎么移植一个SQL server数据库
相关话题的讨论汇总
话题: sql话题: import话题: server话题: table话题: data