Home Forums SQL Server 2008 SQL Server 2008 - General sql server 2000: how to limit a users session connecting to the database. RE: sql server 2000: how to limit a users session connecting to the database.

  • a request from the client side, the problem is there are no logon triggers in sql server 2000, so is it feasible to write a procedure to check the session time for that particular user and schedule it to run every 5 min?

    or is there any other way to do it?