Skip to content
SQL Server Guides
SQL Server Guides
  • Home
  • SQL Server
  • Azure SQL
  • PostgreSQL
  • MongoDB
  • Oracle
  • YouTube

Conversion failed when converting date and/or time from character string in SQL Server

Conversion failed when converting date and/or time from character string in SQL Server

January 12, 2022January 11, 2022 by Bijay Kumar Sahoo
Conversion failed when converting date and or time from character string

Recently, I was working with date and time data types in SQL Server I was trying to understand how these data types work. I tried to convert a character string including a date into a DateTime data type value using the CAST() function. I was trying to execute the below T-SQL query: At that time, …

Read more

Recent Posts

  • SQL Server String_agg [With 12 Useful Examples]
  • SQL Server Date Format [10 Amazing Examples]
  • Introduction to SQL Server Trigger
  • SQL Server First Day Of Month
  • Oracle stored procedure create table
  • About SQLServerGuides.com
  • Privacy Policy
  • Contact us
  • Sitemap
© 2022 SQLServerGuides.com