![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I want to import Data from my ACCESS Mdb (NULL allowed) to my new SQLServer 2000 Database (NULLs NOT allowed). The problem is that wenn my DTS-Packages is running I get an error that NULL Values can't be inserted in my table. Where can I place a Function or Script or something to convert the NULL Values from my Access tables to Defaults in my SQLServer Tables? Greetings Martin |
#3
| |||
| |||
|
|
Why not do that as a SourceSQLStatement instead of specifying the tablename as the Source ? -- -- Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP) www.SQLDTS.com - The site for all your DTS needs. www.konesans.com - Consultancy from the people who know "Martin Schmeller" <martin.schmeller (AT) mcs-ag (DOT) com> wrote in message news:OkweTwttEHA.220 (AT) TK2MSFTNGP15 (DOT) phx.gbl... Hi all, I want to import Data from my ACCESS Mdb (NULL allowed) to my new SQLServer 2000 Database (NULLs NOT allowed). The problem is that wenn my DTS-Packages is running I get an error that NULL Values can't be inserted in my table. Where can I place a Function or Script or something to convert the NULL Values from my Access tables to Defaults in my SQLServer Tables? Greetings Martin |
![]() |
| Thread Tools | |
| Display Modes | |
| |