Does anyone know how can i do this?

05/14/2012 14:06 cypherxxl#1
Hello.

Im searching for a string that can recheck the following command every 60 seconds.

Does anyone know how to do that?

Code:
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO





ALTER PROCEDURE [dbo].[usp_Read_Char_Online]

AS

SELECT CharName, Grow, [Level], UserID Username, c.UserUID UserID FROM PS_GameData.dbo.CHARS c, PS_UserData.dbo.Users_Master um WHERE LoginStatus = 1 AND c.UserUID = um.UserUID ORDER BY Grow DESC, [Level] DESC, CharName ASC;