In order to insert a date field into a Microsoft SQL Server table, the date field in SAS must be formatted as mmddyy10.
Here is an example when creating a new MS SQL Server table:
If the SQL Server table already exists, then use the SASDATEFMT data set option (the SAS date variable must be formatted as an mmddyy10.). Here is an example,