I am looking to organise production data.
PI Integrator for BA creates SQL tables after publishing a view and I want to use the same SQL database for other 'non-PI related' tables.
Will this cause errors for the PI Integrator?
I am looking to organise production data.
PI Integrator for BA creates SQL tables after publishing a view and I want to use the same SQL database for other 'non-PI related' tables.
Will this cause errors for the PI Integrator?
Hello JBrand ,
yes, please do not edit any table created by PI Integrator.
You could create a view on the SQL Server which joins the Integrators publication table with data from other tables.