How To Find Disabled Triggers?

Sep 27, 2007

Hello,

Im trying to find out what triggers in a database are disabled.

In SQL2000 I could use




Code Block

select name from sysobjects where status & 2048 > 0 and type = 'TR'
because the status field delivers information.

In SQL2005 status is always 0 so no indication if the trigger is enabled or disabled.

Do you have any idea to find out what triggers in a database are disabled?


Cheers,
Manolo

View 4 Replies


ADVERTISEMENT

DB Engine :: How To Find Out Who Disabled / Enabled A Agent Job

Aug 10, 2015

Is there a way to find out who enabled or disabled a SQL server agent job?

View 3 Replies View Related

Where Can I Find All The Triggers In My Database

Mar 21, 2001

Hello, I have created a couple of triggers in many different tables. is there a way to run a comman in sql window to see a list of all the triggers that I created, or telling me which tables that triggers are located.

Thanks

Ali

View 4 Replies View Related

Can You Qry Sys Tbls To Find Triggers, Constrants Etc?

Jul 23, 2005

I have just been handed a HUGE dB with 100's of SP, TBLs UDF etc etc.I need to add 1000's of records from a flat file accross dozens ofrelated tbls ASAP! (You know the drill)The dB was built with a lot of Business Logic, Constraints etc.I am a Web APP developer and know a lot of TSQL and can also buildbasic triggers and some pretty complex SP and have built solid dB fromscratch but I usually handle business logic and data intergrity beforeit even gets to the dB (or at least I like to think I do).With that said there is no documentation (of course)and I need toreverse engineer this beast ASAP.I was hoping there is a way to qry the SYS tbls or some tricks to getall this info I am looking for.I use the ALT+F1 short cut on tables all the time and am looking for asolution along those lines.Any help would be great and whom ever gives me the key(s) to unlockingthis mess I will give them a free access to a New RSS Fantasy Footballsite launching this summer! If you're not into FF then you can give itto a friend or something.

View 2 Replies View Related

Is There A Way To Find The Last Procedure Execution Time If Procedure Updates The Existing Table And There Is No Flags/triggers?

Aug 21, 2007

View 8 Replies View Related

Multiple Triggers On A Table Or Encapsulated Triggers

May 12, 2008

This isn€™t an problem as such, it€™s more of a debate.

If a table needs a number of update triggers which do differing tasks, should these triggers be separated out or encapsulated into one all encompassing trigger. Speaking in terms of performance, it doesn€™t make much of an improvement doing either depending upon the tasks performed. I was wondering in terms of maintenance and best practice etc. My view is that if the triggers do totally differing tasks they should be a trigger each on their own.

www.handleysonline.com

View 12 Replies View Related

Who Disabled My Job?!

Oct 30, 2007

I must introduce myself... Kris Allain. I am a VERY new DBA. Basically I as sort of pushed into the position even though I have no previous DBA experience. I come more from a Net Admin background although I've only graduated with a degree in MIS 2.5 years ago.

With that said, I ran into a problem last week in which took down a mission critical application for 4 hours. We have an app that his highly transactional and I'm using the Full Recovery method for this DB with weekly full backups, daily differential backups, and hourly log backups. Someone (could have been me) disabled the log backup job and a couple of days later the log grew until there was no more disk space (35+ gb). Well, it took me 4 hours to back up and shrink the log and get the system up and running again.

I told my boss what had happened and now he wants to know who did it. I told him it could've possibly been me, but I highly doubt it because it appears to have been disabled between 7-8pm on my "work from home" day, which I specifically remeber packing it up and playing xbox at 4:30pm.

Could someone help me figure out what happened and if there it is possible to track these changes in the future?

View 4 Replies View Related

TCP/IP Becomes A Disabled Protocol ?

Mar 16, 2004

Has anyone ever seen TCP/IP become a disabled protocol without manual intervention from a user?

My websites just stopped talking to my MSSQL db and when I went into sql client config utility on the web boxes, tcp/ip was disabled. Any clues? Can't find anything to support this in the event or web logs.

View 3 Replies View Related

Why Is The Relationships Tab Disabled

May 24, 2004

While in the design window of a table, I click the properties button and click the Relationships tab. Here everything is grayed out, and I can't drag and drop to create relationships in my Diagram either. Its like things are locked up right now. Can any of you give me some direction? thanks

View 1 Replies View Related

Disabled Indexes

Apr 18, 2008

My production database has a maintenance plan that rebuilds all indexes and it's scheduled to run every day at 5 AM.

I disabled some nonclustered indexes that were not used by any execution plan I found, and run a Profiler session to catch any negative impact in performance.

But I found that the indexes were re-enabled the next day by the Rebuild Index task from the maintenance plan.

Is there a way to keep those index disabled? I don't want to drop them as I could have to re-enable some of them by users' request.

Thanks!

View 1 Replies View Related

How To Know The User Who Disabled A Job??

Dec 29, 2005

Hi all,Is there any way I can know who Disabled a Job??bye.

View 4 Replies View Related

Toolbars Are Disabled

Dec 28, 2007

hi, all my toolbars except for the standard toolbar in SSRS are disabled. I cannot use anything. For example, I selected the formatting toolbar and it appears on the bottom of the standard toolbar, but I cannot select anything because it's all greyed out. Any suggestions. Thanks.

View 5 Replies View Related

Variables Disabled In IDE?

Jun 20, 2006

Environment: Visual Studio V8.0.50727.42 (RTM.050727-4200) Installed Products: Visual Studio Team Explorer V8.0.50727.127

The Variables are not available to the IDE. I cannot 1) Open the Variables Window (View > Other Windows > Variables), 2) Add or Edit Variables (SSIS > Variables).

I am preparing to re-install Visual Studio. Has anyone else seen this behavior? Is it a "feature" of some sort?

View 3 Replies View Related

Set Column One Disabled

Dec 19, 2007

I having problem of using SQL Server management studio to create a database. Database have alot of colume, if i want to make column 1 to disabled, may i know how to set it?

View 3 Replies View Related

Parameter Getting Disabled

Dec 26, 2006

Hello every body,

I have a scenario where i have 6 parameters

Servername

Drive

Asofday

ProjectedDays

Percentage Limit

Nooddaystocalculateaverage.

The report functionality is working fine with the provided parameters,but the problem is one of the parameter Asofday is getting disabled until then servername and drive are provided and a click on the other remaining three parameters.

i have default for this asofday for today, and i feel that because of default parameter only it is getting disabled. i removed the default and is working fine wihtout getting disabled.

As this Asofday is of thirdplace in parameters list, i moved it to firstplace,it works fine here also.

What is happening when i supplied default and moved to third place?

If any one of you experienced any issue like this.pls share .

Thank you,

Raj Deep.a

View 1 Replies View Related

Enabled/disabled Constraints....

Jul 24, 2000

Hi,
I'm using SQL Server 7.0. I'd like to know if there is anywhere in the information schema or system tables where I can tell that a constraint has been flagged as 'enable constraint for INSERT AND UPDATE' or not.

Thanks in advance,
Darrin

View 1 Replies View Related

Notifications Sent Even If Alerts Are Disabled

Mar 7, 2001

Hello all,

Here's the problem I'm trying to solve:

I have several alerts set up and a job setup to notify via email if alerts occur. There are times when I might be doing maintenace on a box that may generate alerts but I don't want to get emailed or paged for these "dummy" alerts. I thought first of setting the enabled column of sysalerts to 0 - that doesn't work. I still get notified. Then I thought I'd set the enabled column in sysjobs for my notification job to 0 while I'm doing the work. But as soon as I re-enable the job I get an alert. It seems that as soon as the job is re-enabled it checks the NT application log and sees that an alert was fired and somehow knows that there was no notification sent so sends one. If I purge the NT application log before re-enabling the job is solves the problem. But that is a very in-ellegant solution and I don't want to loose all the info stored in the event log any way. Does anyone know how SQL SErver aggent keeps track of this stuff? (ie. that an alert was fired but it's response job is disabled and to check once a job is re-enabled to see if any alerts occured while it was disabled?) I did a Profiler trace while re-enabling the job but didn't see anything pertinant in there.

Thanks in advance.

Patrick

View 2 Replies View Related

SQL Executive Tasks Disabled

Apr 15, 1999

Has anyone seen the following situation?

1) SQL Executive stops running jobs
2) The only way I can get it to START running jobs is to reboot the server
3) When SQL Server and executive come back up, a number of the tasks have been DISABLED! (I have seen this happen over and over on my SQL 6.5 SP4 instances.)

If you have seen this situation, have you found a way to prevent it? (ie: procedure or bug fix, etc.)

Thanks for your help!

View 1 Replies View Related

Job Disabled While Schedule Enabled

Jan 16, 2007

Just curious to hear if anyone else has experiences this or knows a reason
why it maybe should be this way...

I have some jobs that are disabled accourding to the Job Activity Monitor view in Mgmt Studio. However, if I open the schedules details, this view says Enabled. Can a schedule be enabled for a job, even if the job in itself is
disabled maybe?
But, I can't see any enable/disable flag in the sysjobschedules table,
only in sysjobs.

View 2 Replies View Related

SQL 2000 Jobs Disabled On It Own

Nov 1, 2007



Hi,
I have been scheduling jobs from past couple months on production but it does not execute on the scheduled time.

I checked the schedule enabled tab, it was enabled when i scheduled the job, but was disabled at a later date when i checked to see why the job did not run.......

Can some one please guide me if there is any process in SQL which disables the jobs automatically.

I want to find out how the jobs when scheduled and enabled gets disabled on its own.



View 1 Replies View Related

2005: Disabled SQL Login

Sep 20, 2006

Is there something that would cause a SQL Login to get disabled
automatically? The login was used successfully yesterday but today we
were getting an error:



Login failed for user '<sql login>'. Reason: The account is disabled. [CLIENT: ipaddress]



Perhaps someone accidentally disabled this but that sounds unlikely.



I didn't see anything in the log about the account getting disabled.



Michelle

View 5 Replies View Related

TargetQueue Get Disabled Automatically ?

Jul 17, 2006

I have a weird problem going on :

my SB configuration involves 3 servers. Server A sends a message to Server B. there's a stored proc on Server B that is being activated (using Activation), does some processing and sends the message to server C. on C there's another SP that is activated and it's supposed to insert a record into a table.

My problem is that on Server C, the record doesn't get inserted when activation is set to ON.

when activation is off on C and I run the proc manually, everything works fine, but when activation is on, the record doesn't get inserted. after this happened I tried to fire the proc manually and I got the following error :

Msg 9617, Level 16, State 1, Procedure spMSG_ReceiveMessagesOnSubscriber, Line 52

The service queue "TargetQueue" is currently disabled.

I am using the following code for activation on server C :

ALTER QUEUE TargetQueue

WITH STATUS = ON,

ACTIVATION (

STATUS = ON,

PROCEDURE_NAME = [Message].[spMSG_ReceiveMessagesOnSubscriber],

MAX_QUEUE_READERS = 5,

EXECUTE AS OWNER );



am I doing anything wrong ?



Thank you

I.

View 5 Replies View Related

Service Queue Disabled

Jan 21, 2008



Hi all -

I have an event in my sql server 2005 box that is fired every 5 seconds. Source MSSQLSERVER event ID 9274.


The activated proc [dbo].[sp_sysmail_activate] running on queue msdb.dbo.ExternalMailQueue output the following: 'The service queue "ExternalMailQueue" is currently disabled.'

I don't know anything about this queue that is mentioned above. How do I disable this message or get rid of that queue?

TIA

View 11 Replies View Related

Target Queue Disabled

Mar 25, 2006

Hi,

I receive messages in my target queue but target queue continously become disabled even aften I enable and receive message it still says target queue is disabled?



Please Guide

View 1 Replies View Related

Should IIS Be Disabled On SQL SERVER 2005?

Feb 6, 2008

Should I disable IIS on SQL Server 2005? Is there any reason that I should keep it around? I know that it is necessary for reporting services, but our database servers are on a seperate server from our reporting server. We have reporting services running on a stand alone box by itself.

View 1 Replies View Related

Can An RS Parameter Be Disabled Dynamically?

Dec 5, 2007

we learned that they cannot be hidden dynamically, but what about disabled, ie not allowed to dropdown, grayed out?

View 4 Replies View Related

Disabled Service Broker

Aug 8, 2007

I have a windows service that uses SqlDependency. It has been working fine until today where it has died. I have traced the problem back to the service broker being disabled, however I have not disabled the service broker. Is there anyway that the service broker can become disabled ?

View 1 Replies View Related

SqlDataSource Configure Own SQL Statements Disabled

Dec 18, 2006

 I am building a website with VS2005Standard. Onto an empty aspx page I drag a SqlDataSource control. In the "Configure datasource" dialogs I connect it with the SQL database file of my web app. In the "Configure the SQL statement" tab I select "*" for the columns and open the "advanced" dialog (I don't know the exact english terms because I use the german version) because I want to create INSERT, UPDATE AND DELETE statements separately. BUT: the upper checkbox (i.e. both checkboxes) is disabled! What can I do the get it enabled.

View 3 Replies View Related

Full-Text Indexing Disabled?

Apr 22, 1999

I'm attached to two different SQL 7 servers and neither one has the options enabled for full-text indexing. I am the DBO for those databases and the services are running.

Any ideas what's missing? I'm using SQL 7 clients tools on my NT Workstation.

Also, are there samples of using the index/search within ASP?

View 1 Replies View Related

Full-text Options Disabled

Aug 18, 2000

I manage a remote SQL Server 7 box that has the full-text engine installed and running great. However, I am unable to access the full-text options from the Enterprise Manager remotely through my firewall from my NT Workstation or from another NT Server with the EM installed. ALL other functions of the Enterprise Manager work fine through the firewall.

When using the Enterprise Manager from a Win98 machine at home, I can connect to the remote server and all the full-text options are enabled. So... I deduce that the firewall must be the problem.

Does anyone have any clues about this? Do the full-text options via the MMC use a different port than the 1433? Does it require the RPC ports to be opened on the firewall (not likely to happen)? I can find no documentation that states that the full-text options have any port requirements different than those of the normal SQL Server management options.

Any help is appreciated.

View 2 Replies View Related

SQL Server Agent Job Disabled When Currently Running

Dec 5, 2007

If a job is currently running and I want to disable it so that it does not run as scheduled for the following night, will it disrupt the current process?

View 1 Replies View Related

Full Text Search Is Disabled

Jan 29, 2008

Hello, everyone:

I installed SQL Server 2000 with full compenents. But full text search is disabled (grayed out). SP4 is on it.

Any suggestion will be appreciated.

Thanks

ZYT

View 1 Replies View Related

How To Configure Alert When Agent Job Disabled

Apr 2, 2015

How to configure alert when SQL Server Agent Job gets disabled. I want to get notified when Agent Job gets disabled.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved