I am trying to set the precision of my DateTime in my SQL select statement. I am unable to do this before getting to the query. I am using SQL Server 2008.
The current format is:
2012-05-14 14:54:45.307
I want to keep to drop the milliseconds and seconds from the DateTime giving me:
2012-05-14 14:54
I am unsure if this can be done i really hope so, thank you.