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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2002-07-23 : 08:57:47
|
| Che writes "Is there any way to specify transformation flags in the DTS designer for a copy field transformation?I am trying to copy data out of a binary(16) field (ODBC database) into a uniqueidentifier field in SQL Server. The designer doesn't seem to set ForceConvert, or allow me to specify it." |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2002-07-23 : 09:17:14
|
| It could be a limitation of the ODBC driver you're using, it may not support the uniqueidentifier data type. If you can use an OLE DB provider instead it might work. |
 |
|
|
|
|
|