Creating a Table in SQLserver

is there a way to Dynamically create tables in an SQL-Server database through ignition, through python or scripting in ignition.

Yes, any of the system.db.*Update*() script functions should let you run a CREATE TABLE statement. As long as your connection credentials allow table creation.

thank you so much ...i will look into it