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.

  • Not sure what you mean.

    The logon trigger is executed as part of the log on process. The session is established before the trigger runs, but the session is not available to the user until the trigger code completes.

    I hope this clarifies things instead of complicating...

    -- Gianluca Sartori