Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: LOGON TRIGGER HELP

    i forget the script. My script was like this:

    Create TRIGGER [LOGON_TRIGGER]

    ON ALL SERVER WITH EXECUTE AS 'sa'

    FOR LOGON

    AS

    BEGIN

    SET NOCOUNT ON

    SET ANSI_NULLS ON

    SET QUOTED_IDENTIFIER ON

    IF ORIGINAL_LOGIN()= 'odbc' AND

    CONNECTIONPROPERTY('client_net_address') not in...

  • RE: LOGON TRIGGER HELP

    Dear All;

    I am trying to use same script on my project. is there any connection limitation for logon trigger? Because some users (for example after 10-15 minutes)

    they are...

Viewing 2 posts - 1 through 2 (of 2 total)