Has anyone else had any issues with this? I use a DTS package to export data to a text file. I need to import this data back into SQL but I'm running into trouble because the DTS package exports my bit fields as 'True' or 'False' instead of 0 or 1. When I attempt to reimport this, the import fails because it cannot import a value of 'False' into a bit field. This is a dynamic job that exports hundreds of tables so I would rather not consider a hard-coded work around. Instead, I'm hoping there is a setting that I've overlooked. Can anyone advise?
Many thanks...
Many thanks...