all groups > sql server dts > june 2005 >
You're in the

sql server dts

group:

disable dts errors in VB


disable dts errors in VB jack
6/28/2005 11:03:11 AM
sql server dts:
I'm importing a text file into SQL table using DTS. The file(s)
sometimes have formatting anomalies that are benign to me but DTS sees
them and throws an error - and doesn't store anything into the DB. The
file is comma-delimited and there are no errors in that area. The
error appears when there are quoted name strings with embedded quotes
for nicknames. This is not a data error for me but seems to bother DTS
(or the db??). I'd like to just disable the error and have the data
stored 'as is'. Can I do this? If so, how?

--jack
RE: disable dts errors in VB v-sguo NO[at]SPAM online.microsoft.com
6/29/2005 7:06:17 AM
Hello,

I have tested the issue on my side. I can export and import the following
table successfully:

ColA

'as is'
'but'
'as is'
'but'
"a"
"a"

Therefore I am able to reproduce the issue on my side.

To troubleshoot the isseu, I suggest that you perform the following steps
or collect information:

1. Create above table in a new database.
2. Export and import the data in the table using DTS to test.
3. If you receive any error message, post here the exact error message you
receive.
4. Post here the table to reproduce your issue, including the column data
type, some sample data.

I'll check it on my side.

Sophie Guo
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security

=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


AddThis Social Bookmark Button