When creating an SQL user for SQL Historian, what basic permissions are required?
- SELECT
- INSERT
- UPDATE
- DELETE
- CREATE
- DROP
I assume that, at minimum, we need these in order to add tags and inject our data:
- CREATE
- INSERT
- SELECT
And if Ignition manages partitioning, I assume we also need to be able to purge unused tags and drop partitions:
- DROP
- DELETE
UPDATE doesn't seem applicable, as I'm not aware that Ignition modifies any written data?
Thanks!