Hi all !
For security reasons i have to use that kind of declaration for my custom PC
CREATE
PROCEDURE [GARM].[p_T_ReturnDemands_GetByOrderId]
(
@OrderId int
)
WITH EXECUTE AS OWNER AS
BEGIN
The part "WITH EXECUTE AS OWNER" produce a parsing error when i generate the templates. I have to delete it, generate and reset it.
Maybe a good idea to extend the parsing code for handling this in your next version.
Hervé