createproceduresp_updateTenantOnDisHw(@newTentIdbinary(16),@asrcUuidbinary(16)) as begin -- set correct tenant id
updateca_discovered_hardwaresettenant_id=@newTentId whereasset_source_uuid=@asrcUuid; end; GO GRANTEXECUTEON[dbo].[sp_updateTenantOnDisHw]TO[ca_itrm_group] GO