I have been using SQL Server Migration Assistant for Access to migrate an access database to SQL Server. However, I need to convert data type "Date" in access to the type Date in SQL Server. When looking at the data type mappings options in SSMA I only have the options for datetime, datetime2, datetime2(precision) and smalldatetime. How do I get "date" mapped to the target type date in SQL Sever? Is this supported at all? I really don't want the time (hours and seconds) to be stored for some columns such as for the columns such as "leaving date".
Many thanks.
