Conversion failed when converting date and/or time from character string while inserting datetime

There are many formats supported by SQL Server – see the MSDN Books Online on CAST and CONVERT. Most of those formats are dependent on what settings you have – therefore, these settings might work some times – and sometimes not. The way to solve this is to use the (slightly adapted) ISO-8601 date format … Read more

The wait operation timed out. ASP

If you found the exact error “The wait operation timed out” then it is likely you have a database call that took longer than expected. This could be due to any number of things: Transient network problem High SQL server load Problem with SAN, RAID, or storage device Deadlock or other form of multiprocess contention … Read more

The wait operation timed out. ASP

If you found the exact error “The wait operation timed out” then it is likely you have a database call that took longer than expected. This could be due to any number of things: Transient network problem High SQL server load Problem with SAN, RAID, or storage device Deadlock or other form of multiprocess contention … Read more