I am creating an Access database which, at some time, will be migrated to a
SQL Server database. I have some date/time fields which are used as record
timestamps with both a date and a time field (general date format). Does
SQL Server have this combined field type like Access, or does it store them
separately (1 field date, 1 field time)?
Are there any reasons not to use the combined date/time field?
Thanks in advance.