I created a View in SQL in our Kinetic database, can I use this view in a BAQ.
Thanks!
I created a View in SQL in our Kinetic database, can I use this view in a BAQ.
Thanks!
Hi - donât do this.
Custom objects in the Kinetic database can mess up your âregenerate data modelâ process.
Create a new database on the sql server instance and reference that through an external baq.
If your in th cloud, then I donât think this is an option.
Cheers,
Andrew.
We have created a âUtilityâ database and all views and stored procedures go in there, and itâs all referenced by External Database connection. It is limiting, but in the new BAQ editor, we might be able to combine regular BAQs with External ones - otherwise youâll need to build the whole query in the external DB and call it singularly.