Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
guides:migration-toolkit:command-line:sqlways-ini:msazuresql-section [2019/10/18 11:16]
darya.prikhodkina
guides:migration-toolkit:command-line:sqlways-ini:msazuresql-section [2019/11/01 08:39]
alexandr.kirpichny
Line 19: Line 19:
 | **TABLE_FILEGROUP** | This option defines FILEGROUP for tables. ​  | | **TABLE_FILEGROUP** | This option defines FILEGROUP for tables. ​  |
 | **INDEX_FILEGROUP** | This option defines FILEGROUP for indexes. ​  | | **INDEX_FILEGROUP** | This option defines FILEGROUP for indexes. ​  |
 +| **FK_DEL_CASCADE_SET_NULL_TO_TRIG** | This option defines how to convert ON DELETE CASCADE and ON DELETE SET NULL foreign key options from Firebird database to MSSQL. If it is set to Yes, then ON DELETE CASCADE and ON DELETE SET NULL foreign key options will be converted into a trigger that emulates the same behavior as in Firebird. |
 +| **FK_UPD_CASCADE_SET_NULL_TO_NO_ACT** | This option defines how to convert ON UPDATE CASCADE and ON UPDATE SET NULL foreign key options from Firebird database to MSSQL. If it is set to Yes, then ON UPDATE CASCADE and ON UPDATE SET NULL foreign key options will be converted into ON UPDATE NO ACTION in Microsoft SQL Server. |
  
 **Example**:​ **Example**:​