I have some time data in logs with a sub-second time resolution. I can get this safely into log parser using the iTsFormat setting. When I put that into SQL Server 2008 I have (so far) gotten the times in seconds (loss of resolution). The target field is datetime2 (not datetime). How do I preserve the...