Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Manish Jawla
MVP
339
Views
3
Comments
Dropping tables from database have relations
Question
Hi everyone,
i want to drop some tables from database sql server but it does not allow me to do so. i have also deleted the entry from espace id. please help.
Tama
Hi Manish,
If you want to drop table from sql server you have to use the DROP TABLE command with table name. Here is a good link from where you can get help: https://msdn.microsoft.com/en-us/library/ms173790.aspx
André Vieira
Staff
Hi Manish,
If you are trying to do this on your application using a SQL node then it won't work. The runtime user of the applications does not have privileges to manage the database structure. You should delete the entities in your application modules and, since this won't delete the database tables so that you can recover your data, you use the DbCleaner_API to remove those deleted tables from the database.
Cheers
Manish Jawla
MVP
Thank u everyone for the response.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...