Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6246217
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T12:38:49+00:00 2026-05-24T12:38:49+00:00

I have an urgent situation I write a logon trigger for disable to login

  • 0

I have an urgent situation

I write a logon trigger for disable to login from hacking programs but it blocked me to and none of the users cannot logon database my trigger is

  /****** Object:  DdlTrigger [connection_limit_trigger]    Script Date: 08/13/2011 08:43:04 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO


ALTER TRIGGER [connection_limit_trigger]
ON ALL SERVER 
FOR LOGON
AS
BEGIN

   IF EXISTS (SELECT    row_count,* FROM sys.dm_exec_sessions  
   WHERE  1 = 1
        AND (program_name NOT IN ('myappname', 'Microsoft Office 2003','Microsoft Office 2007','Report Server','Microsoft SQL Server' ))        
        AND (program_name NOT LIKE '%Microsoft SQL Server Management Studio%') 
        OR host_name is not null


    )
    BEGIN
       ROLLBACK;
    END;
END;


--DROP TRIGGER connection_limit_trigger ON ALL SERVER

GO

SET ANSI_NULLS OFF
GO

SET QUOTED_IDENTIFIER OFF
GO

ENABLE TRIGGER [connection_limit_trigger] ON ALL SERVER
GO

now I cannot logon to database can I delete all triggers on sql ? is there any way to solve this problem.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T12:38:49+00:00Added an answer on May 24, 2026 at 12:38 pm

    If I’m understanding your question correctly, you are unable to logon due to a bug in the LOGON trigger you have created.

    You can delete (DROP) the trigger under a Dedicated Administrator Connection (DAC).

    sqlcmd -A -D master (as a sysadmin)
    
    • Using a Dedicated Administrator Connection

    • How to: Use the Dedicated Administrator Connection with SQL Server Management Studio

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have develop a web application using MVC3+EF4.1 but for urgent reason, I have
I am completely new to java, but I have urgent requirement to create a
This is not an urgent need but more of a curiosity I have had
Have had to write my first proper multithreaded coded recently, and realised just how
Have you refactored from an ActiveRecord to a DataMapper pattern? What conditions prompted the
I have an urgent problem..I am developing a windows mobile 6.0 application and the
I have made an application which calls the phone's contact list but i want
I have an urgent problem because my time is running out: I let my
I have a priority field with four options: Urgent, High, Normal, and Low. I
I have an urgent problem: I could not find /var/run/mysqld/mysqld.sock anymore. my mysql server

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.