|
Sarjent 7/18/2004 |
Sorry, I thought I was signed in. |
![]() |
Sergey Kornilov admin 7/19/2004 |
Sarjent, |
|
Sarjent 7/19/2004 |
I probably wasn't clear. Some kind of value gets put into the SQL database if no value is given. Its not a <NULL> or else it would display as such when looking at it in Enterprise Manager. Could it be a zero length string and thats why the display in E.M. shows as a empty value for that column? reason I ask is because I periodically would like to reset my column for CompletedDate and would like to figure out how to script this. |
|
Sarjent 7/19/2004 |
Sometimes typing outloud must do good things for the brain. Change the default value in SQL for that column to be (N'') |