Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

uncheck constraints and delete from table

alter table MyOtherTable nocheck constraint all
delete from MyTable
alter table MyOtherTable check constraint all
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #uncheck #constraints #delete #table
ADD COMMENT
Topic
Name
1+3 =