[dbo].[MssWebUnsetAccountProfilePrimaryContact]
BUILD09
>
MoversSuite2
>
Stored Procedures
> dbo.MssWebUnsetAccountProfilePrimaryContact
Properties
Parameters
Permissions
SQL Script
Uses
Properties
Property
Value
ANSI Nulls On
Quoted Identifier On
Parameters
Name
Data Type
Max Length (Bytes)
@orderId
int
4
Permissions
Type
Action
Owning Principal
Grant
Execute
MssExec
SQL Script
CREATE
PROCEDURE
[dbo]
.
[MssWebUnsetAccountProfilePrimaryContact]
@orderId
int
AS
begin
set
nocount
on
delete
from
AccountProfileOrderPrimaryContact
where
OrderFID
=
@orderId
end
GO
GRANT
EXECUTE
ON
[dbo]
.
[MssWebUnsetAccountProfilePrimaryContact]
TO
[MssExec]
GO
Uses
[dbo].[AccountProfileOrderPrimaryContact]
dbo