createprocedure[dbo].[MssWebDeleteOrderLocationAddress] @inLocationIdint as begin setnocounton delete fromOrderLocationAddress whereOrderLocationAddress.OrderLocationFID=@inLocationId end GO GRANTEXECUTEON[dbo].[MssWebDeleteOrderLocationAddress]TO[MssExec] GO