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 |
new_developer
Starting Member
18 Posts |
Posted - 2012-09-17 : 03:42:23
|
hi for allI used this query to find the date in table whichis larger than currentI have use this queryselect * from notification where convert(datetime, timetofinish, 101)>getdate()but it's give me this errorconversion failed when converting date and/ or time from character stringany one can correct to memany tahnks |
|
stepson
Aged Yak Warrior
545 Posts |
|
Mike Jackson
Starting Member
37 Posts |
Posted - 2012-09-17 : 08:32:13
|
you would need to supply us with some examples of your dataMike |
 |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
|
|
|
|