First, download the SQLServer connector from Microsoft's official website. Then move the connector file to the Sqoop lib path. Then SQLServer in the sqoop import command as mentioned below:
$ sqoop import --driver com.microsoft.jdbc.sqlserver.SQLServerDriver \
--connect <other parameters>