RBarryYoung
SSC Guru
Points: 143329
More actions
April 2, 2009 at 2:32 pm
#971104
Question:
jaybouch (4/1/2009)EXEC sp_recompile spA_ReadDataListForLevel...Insert Into #L1aExec dbo.spA_ReadMenuLevels @lngUserID, @intRoleID, @intLevelParentID...
jaybouch (4/1/2009)
EXEC sp_recompile spA_ReadDataListForLevel...Insert Into #L1aExec dbo.spA_ReadMenuLevels @lngUserID, @intRoleID, @intLevelParentID...
EXEC sp_recompile spA_ReadDataListForLevel
...
Insert Into #L1a
Exec dbo.spA_ReadMenuLevels @lngUserID, @intRoleID, @intLevelParentID
I do not see and declarations or definitions for these three variables?
[font="Times New Roman"]-- RBarryYoung[/font], [font="Times New Roman"] (302)375-0451[/font] blog: MovingSQL.com, Twitter: @RBarryYoung[font="Arial Black"]Proactive Performance Solutions, Inc. [/font][font="Verdana"] "Performance is our middle name."[/font]
jaybouch
SSC Enthusiast
Points: 179
April 3, 2009 at 7:25 am
#971529
Sorry about that
Procedure [dbo].[spReadUserMenuXML] @lngUserID Int, @intRoleID Int, @intLevelParentID Int
AS
Viewing 2 posts - 16 through 16 (of 16 total)
You must be logged in to reply to this topic. Login to reply