如何在SQL Server中将日期时间转换为时间戳[关闭]

I am trying to convert the following date 2020-02-07 10: 22: 43.703 into a timestamp but I have not been successful. I have used some examples but none take milliseconds into account, which makes the timestamp I generate not correct.

有关如何执行此操作的任何建议?