Append to MSSQL table with auto increment identity column
Kok
Registered Posts: 12 ✭
Hi,
I am trying to append data to a MSSQL table with auto incrementing identity column and need to continue with the exiting number. Is there a way to do it with Python code recipe?
Thanks!