Search results

  1. T

    how do you drop a constraint without a name through SQL-query?

    Hello, I have a script that creates a database (v8.9) with some tables (tbl_Roles and tbl_Users). After the creation of the tables I have this line: ALTER TABLE tbl_Users ADD FOREIGN KEY (RoleID) REFERENCES tbl_Roles (RoleID) Now I have to write an update script that changes the database to...
Back
Top Bottom