SQL How to return only the Date from a SQL Server DateTime datatype - 02.06.18 | 30.08.20 - ErcanOPAK --You can change GETDATE() with the date you want to use SELECT CONVERT(date, GETDATE()) Related posts:How to use SQL RAISEERROR() messages in C#How to reset identity seed after deleting records in SQLHow to create a single string from multiple rows in T-SQL and MySQLSQL Server CONCAT_WS Function (Concat with Separator) Post Views: 157