Deleting OtherAttributes

delete tbl_PRD_OtherAttributes where ownerId = and ownerType = and linkId = and linkType = 'SKU'

Inserting OtherAttributes

insert into tbl_PRD_OtherAttributes( ownerId, ownerType, linkId, linkType ) values( , , , 'SKU' )

Updating OtherAttributes: #qmd_changes.fseCompareFault#

update tbl_PRD_OtherAttributes set linktype = linkType , #_fc# = where ownerId = and ownerType = and linkId = and linkType = 'SKU' select #attributes.sourceSKUId# as sourceSKUId, * from tbl_PRD_OtherAttributes with (nolock) where ownerId = and ownerType = and linkId = and linkType = 'SKU'