- Joined
- Nov 24, 2008
- Messages
- 432
- Reaction score
- 14
Can anybody please help me? None of my stored procedures are able to work.
Here are a few examples:
Dbo.spWinTheClanGame
Dbo.spGetClanRanking
Dbo.spGetFriendList
All help is greatly appreciated, thanks.
Here are a few examples:
Dbo.spWinTheClanGame
Code:
Msg 201, Level 16, State 4, Procedure spWinTheClanGame, Line 0
Procedure or function 'spWinTheClanGame' expects parameter '@WinnerCLID', which was not supplied.
(1 row(s) affected)
Dbo.spGetClanRanking
Code:
Msg 201, Level 16, State 4, Procedure spGetClanRanking, Line 0
Procedure or function 'spGetClanRanking' expects parameter '@Page', which was not supplied.
(1 row(s) affected)
Dbo.spGetFriendList
Code:
Msg 201, Level 16, State 4, Procedure spGetFriendList, Line 0
Procedure or function 'spGetFriendList' expects parameter '@CID', which was not supplied.
(1 row(s) affected)
All help is greatly appreciated, thanks.