I am in progress of migrating some databases from SQL Server 2008 to SQL Server 2012. I have just moved a database that a web application points to and the page is erroring.
The asp.net page has a SQL statement within it. It's selecting based on 2 dates entered into 2 text boxes (I know it should be a stored procedure but it isn't one of my sites). When I point the website to the SQL Server 2008 database, it works fine but when I change the connection string to the 2012 box it fails stating it cannot convert the date.