Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

 

  • 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.