Hi. We use both Alteryx and SQL Server.
When I use Output Data tool to delete & insert data, we have two output options as follows.
1.Overwrite table (Drop)
With my understanding, this option works as "Drop & Create Table".
2.Delete Data & Append
This option works as "Truncate Table".
When I select "Overwrite table (Drop)", the table definition has changed unexpectedly.
Therefore, I want to distinguish drop and truncate as authority.
Can anyone tell me how do I authorize users to prohibit "Drop table" and permit "Truncate table" on SQL Server ?