'Truncate Table in Azure SQL Database for Azure ML Experiment
In my Azure ML experiment I am using a writer to write data into a table in Azure SQL Database. However, I would like to truncate the data in that table before each insert. Is there any way that I can achieve this through the experiment itself? Any inbuilt module through which I can achieve this?
I know from sql using triggers I can achieve this.
Solution 1:[1]
truncate table written in reader module did the trick. Thanks Panagiotis
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Rajendra Prasad |
