Date issue with ColdFusion and SQL Server Stored Procedure
I had an unexpected issue today with a SQL Server stored procedure that worked fine in SQL Server Management Studio (SSMS), but threw the following error when I ran it in ColdFusion: [Macromedia][SQLServer JDBC Driver][SQLServer]The conversion of a varchar data type to a datetime data type resulted in an out-of-range value This was odd as the […]