Forum Discussion
mina
5 years agoEmployee
Awesome. For the Timestamp issue, I found the answer in SQLServer Insert snap doc. It called out:
TIMESTAMP datatype in SQL Server is not supported. According to the Microsoft official document, "The timestamp syntax is deprecated.
Christophe
5 years agoNew Contributor II
Yes. So in SnapLogic we should have “if source field type = Timestamp then SQL Server field type = DateTime”
(but I can manage it)
Thanks.
- mina5 years agoEmployee
Good idea! Replace the Timestamp in the ddl returned to DateTime on a mapper.