1
Drop tables in the In Memory Database
Is there a way to drop a table in the In Memory Database? I see where I can delete an entire database, but not individual tables.

1 reply
-
Hi Michael,
You mean you have an IMDB database with tables that were created in the past, and are now obsolete and will not be used again ?You can try the following:
- Create a new model
- click Master Flow:

- click on the master flow icon that will now appear:

- delete the data flow
- from the general tab add a new SQL Scripty component
- choose the IMDB data source and data base
- check the "commit database changes"
- add the truncate script:
and run the model - that should work.