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 |
jscot
Posting Yak Master
106 Posts |
Posted - 2011-06-23 : 21:28:39
|
I want to know is there any way or sql syntax you can run your date field to find out this field has valid dates, For example i had a problem, i was trying to import data from excel to sql but one date field giving me problem, The table has 60k records, What i find out one date row has '50022011' and that's giving me problem, I just want to know is there any sql syntax or way you can run against your date file? Thanks for reply. |
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
jscot
Posting Yak Master
106 Posts |
Posted - 2011-06-23 : 23:54:18
|
tkizer thanks for reply, Could you please explain me little bit, select isdate(Field name) from table name? this syntax is work? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
|
|
|
|