CREATEPROCEDURE[dbo].[MssWebGetAccountProfileNotes] @accountProfileIdint AS begin setnocounton
selectAccountProfiles.GeneralNotes fromAccountProfiles whereAccountProfiles.AccountProfileID=@accountProfileId end GO GRANTEXECUTEON[dbo].[MssWebGetAccountProfileNotes]TO[MssExec] GO