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 |
|
smorty44
Yak Posting Veteran
93 Posts |
Posted - 2007-09-27 : 14:18:44
|
| I am trying to import a table from Pervasive into SQL 2000 however I am getting an error due to a date column with some dates of 0000-00-00. How can I import the data without errors? |
|
|
Kristen
Test
22859 Posts |
Posted - 2007-09-27 : 14:33:25
|
| You could try using IsDate()=1 on the offending column, and only INSERTing rows where that is successful.Kristen |
 |
|
|
|
|
|