Please. It orders procedure ServerStatus for me.
Mine it is giving error
Erro line 13 ")"
Please. It orders procedure ServerStatus for me.
Mine it is giving error
Erro line 13 ")"
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