Editor: This is for scripts. If you have a script, please include thatin the "script" box
Issues with ISDate() function in SQL Server
ISDATE function returns 1 even for a numeric (for ex: 1753). The reason is valid range of years is 1753 - 9999. To overcome this we have to use STUFF function