Viewing 2 posts - 1 through 2 (of 2 total)
I posted SP. Can you please take a look.
December 21, 2007 at 2:01 pm
#762329
hmmm.... I need only output query out of it to execute the query and debug accordingly.
ALTER PROCEDURE test]
(
@GroupID int,
@IsPortfolioManager bit = 1,
@Username varchar(20) = NULL,
@Debug bit=0
)
AS
-- Get the GroupType for...
December 21, 2007 at 1:55 pm
#762327