Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
h2sut
Starting Member
40 Posts |
Posted - 2008-04-30 : 11:32:36
|
| Hello I am import a file into a SSIS package. Is there a easy way to delete duplicate user in the file. Could i use a sql task or something.thanks |
|
|
slimt_slimt
Aged Yak Warrior
746 Posts |
Posted - 2008-04-30 : 11:50:54
|
| In dataflow you can use OLE DB COMMAND.If you have to tables, you can use EXCEPT (sql 2005). |
 |
|
|
|
|
|