I'm using SQL Server 2019 Express. How can I get a date and time column to NOT show fractional seconds? The only choices in the drop-down are datetime
, datetime2
and datetime2(7)
. If I edit the 7 to a 0, it still shows fractional seconds.
I'll handle this another way since no one seems to have an answer to my question.