This Azure Automation runbook provides an example of how Azure Automation can be used to execute SQL Agent jobs in the cloud. This example demonstrates how to truncate a table if one or more database ...
-- MAGIC - CSV table do not support Delete Operation, and we may have to use truncate in that case. -- MAGIC - in general truncate will delete complete table data, however we can specify constraint ...