hello I have a database that has an export function to a binary file and I would like to import this data into SQL on a regular basis using DTS. can anyone give me some recommendations on how to import the binary data
You could probably do this with DTS provided the table you are importing it too has columns defined as binary or varbinary, and the file you want to import is somehow delimited.
What does your file structure look like?
A wise man once said
"The only thing normal about database guys is their tables".
a header and a detail section and I have documentaiton on each records size in bytes and data type. I have tried to use DTS and it does recnogize the file at all.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.