[HELP]Procedure ServerStatus

Results 1 to 2 of 2
  1. #1
    Account Upgraded | Title Enabled! willianmorvan is offline
    MemberRank
    Jan 2007 Join Date
    225Posts

    [HELP]Procedure ServerStatus

    Please. It orders procedure ServerStatus for me.
    Mine it is giving error

    Erro line 13 ")"


  2. #2
    Proficient Member Pokky is offline
    MemberRank
    Aug 2004 Join Date
    156Posts

    Re: [HELP]Procedure ServerStatus

    Here u go
    Code:
    USE [GunzDB]
    GO
    /****** Object:  StoredProcedure [dbo].[spUpdateServerStatus]    Script Date: 01/01/2002 14:18:52 ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROCEDURE [dbo].[spUpdateServerStatus]
    	@CurrPlayer INT,
    	@ServerID INT
    AS
    UPDATE ServerStatus
    SET CurrPlayer = @CurrPlayer 
    WHERE ServerID = @ServerID



Advertisement