- If you run several time a SQL recipe/notebook, the output table is not automatically replaced, so you obtain an error message because you try to create a dataset that already exist. You have to specify manually to delete the dataset if exist.
- IF OBJECT_ID('my_table', 'U') IS NOT NULL DROP TABLE [my_table];
The best way to get IT support is to use the new
Service One Platform.
