Log in
::
Register
::
Not logged in
Search:
Home
Articles
Editorials
Forums
Scripts
Blogs
QotD
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Advertise
Write for us
Content with tags
Triggers
,
SQL Server 7, 2000
Refine your search with one of the following additional tags (with number of items):
Stored Procedures
(4)
Indexing
(2)
Advanced Querying
(1)
Performance Tuning
(1)
T-SQL
(4)
Installation
(2)
Best and Worst Practices
(1)
Replication
(1)
Administering
(3)
Miscellaneous
(2)
Distributed Queries
(1)
UpdateGrams
(1)
Backup and Recovery
(2)
Performance Tuning and Scaling
(2)
English Query
(1)
Worst Practices
(1)
Basic Querying
(2)
Security
(2)
Monitoring
(1)
XML
(1)
Configuring
(2)
User-Defined functions
(2)
OpenXML
(1)
XSL
(1)
DTS
(2)
Items 1 to 14 of 14
Using DDL Database Triggers
In this short demonstration, you'll learn how to use DDL database triggers to prevent changes to product and audit changes to comply with Sarbanes-Oxley and other change management requirements. Free registration required.
Read more...
By
Brian Knight
2006/07/20
|
Source:
Other
|
Category:
Triggers
Rating:
Rate this
|
Briefcase
|
2,777 reads
Stored Procedure vs Triggers
Performance tuning is an ongoing battle in SQL Server, but having a little knowledge up front when designing an application can greatly reduce the efforts. Do you know which performs better: stored procedures or triggers? There aren't many places where the two are interchangeable, but knowing the impacts of each might change the way you build an application. Read about this analysis by Vijaya Kumar.
Read more...
By
G Vijayakumar
2006/03/31 (first posted: 2004/08/30)
|
Source:
SQLServerCentral.com
|
Category:
Performance Tuning and Scaling
Rating:
|
Discuss
|
Briefcase
|
36,372 reads
Triggers in SQL Server 7.0 and 2000 - What's New
This is the second of a two part series on how triggers work in the two latest versions of MS SQL Server. The first part dealt with what is common between the two versions. This article will detail what's been added to SQL Server 2000.
Read more...
By
Brian Kelley
2005/06/24 (first posted: 2001/09/03)
|
Source:
SQLServerCentral.com
|
Category:
Triggers
Rating:
|
Discuss
|
Briefcase
|
71,360 reads
Triggers in SQL Server 7.0 and 2000 - The Common Ground
This is a two part series on how triggers work in the two latest versions of MS SQL Server. Because there are some pretty significant additions in trigger functionality from 7.0 to 2000, we'll first need to look at what the two versions have in common. The second part to this series will look at the differences between the two MS SQL Server versions.
Read more...
By
Brian Kelley
2005/01/21 (first posted: 2001/07/31)
|
Source:
SQLServerCentral.com
|
Category:
Triggers
Rating:
|
Discuss
|
Briefcase
|
108,062 reads
Stored Procedure vs Triggers
Performance tuning is an ongoing battle in SQL Server, but having a little knowledge up front when designing an application can greatly reduce the efforts. Do you know which performs better: stored procedures or triggers? There aren't many places where the two are interchangeable, but knowing the impacts of each might change the way you build an application. Read about this analysis by Vijaya Kumar.
Read more...
By
G Vijayakumar
2006/03/31 (first posted: 2004/08/30)
|
Source:
SQLServerCentral.com
|
Category:
Performance Tuning and Scaling
Rating:
|
Discuss
|
Briefcase
|
36,372 reads
Worst Practice - Triggering External Events
Andy Warren started his worst practice series some time ago with the intention of looking at the worst things you can do. Given that we may not always be able to implement the best practices, at least we can try to avoid doing things harm the system or decrease performance. This article continues the series and looks at an item I see mentioned in our discussion forum quite often, triggering external events. From a trigger.
Read more...
By
Steve Jones
2004/02/23
|
Source:
SQLServerCentral.com
|
Category:
Triggers
Rating:
|
Discuss
|
Briefcase
|
9,087 reads
Auditing Through Triggers
In this article by Robert Marda, he shows you how to setup a simple auditing system through triggers.
Read more...
By
Robert Marda
2004/01/16
|
Source:
SQLServerCentral.com
|
Category:
Triggers
Rating:
|
Discuss
|
Briefcase
|
14,232 reads
Testing for an Updated Column in a Trigger
The columns_updated function gives you the ability to easily test to see if specific columns were modified with less code than you might otherwise need to use. In this article Andy Warren demonstrates how to create a trigger that uses this function and points out some reasons why you may NOT want to use it!
Read more...
By
Andy Warren
2003/08/21
|
Source:
SQLServerCentral.com
|
Category:
Triggers
Rating:
|
Discuss
|
Briefcase
|
14,642 reads
Review of SQL 2000 Fast Answers
A monster book at 980 pages, it's written in 'how-to' format and has a ton of good material. Andy gave it the once over for us and reports back - see what he thinks!
Read more...
By
Andy Warren
2003/04/18
|
Source:
SQLServerCentral.com
|
Category:
Installation
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
17,213 reads
Creating your own sp_MSforeach stored procedure
This article shows you one of the most time saving stored procedure built into SQL Server and then shows you how you can modify it to affect additional objects like triggers. For example, after this article and the code in the article, you'll be able to disable every trigger in your system in one line of code.
Read more...
By
Brian Knight
2002/06/17
|
Source:
SQLServerCentral.com
|
Category:
Administering
Rating:
|
Discuss
|
Briefcase
|
11,682 reads
Review of SQL Server 2000 Programming (MSPress)
Andy sits down with an entry level book to see if he should use it at work as a teaching aid. Did he like it? Should you buy it? Read the review now!
Read more...
By
Andy Warren
2002/06/04
|
Source:
SQLServerCentral.com
|
Category:
Installation
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
6,274 reads
Triggers in SQL Server 7.0 and 2000 - What's New
This is the second of a two part series on how triggers work in the two latest versions of MS SQL Server. The first part dealt with what is common between the two versions. This article will detail what's been added to SQL Server 2000.
Read more...
By
Brian Kelley
2005/06/24 (first posted: 2001/09/03)
|
Source:
SQLServerCentral.com
|
Category:
Triggers
Rating:
|
Discuss
|
Briefcase
|
71,360 reads
Triggers in SQL Server 7.0 and 2000 - The Common Ground
This is a two part series on how triggers work in the two latest versions of MS SQL Server. Because there are some pretty significant additions in trigger functionality from 7.0 to 2000, we'll first need to look at what the two versions have in common. The second part to this series will look at the differences between the two MS SQL Server versions.
Read more...
By
Brian Kelley
2005/01/21 (first posted: 2001/07/31)
|
Source:
SQLServerCentral.com
|
Category:
Triggers
Rating:
|
Discuss
|
Briefcase
|
108,062 reads
SQL Server 2000: .NET and the Death and Re-Birth o
In this month's article I will cover an aspect of SQL Server that always generates a great deal of, well, shall we say "discussion"—triggers. Love them or hate them, SQL Server 2000 will change they way you think about triggers and will probably alter the way you design your applications. Specifically, this month I will dive into cascading referential integrity (RI) and the new INSTEAD OF and AFTER trigger concepts in SQL Server 2000.
Read more...
By
Additional Articles
2001/07/27
|
Source:
Microsoft MSDN
|
Category:
Triggers
Rating:
Rate this
|
Briefcase
|
1,058 reads
Items 1 to 14 of 14
Most popular
Using DDL Database Triggers
In this short demonstration, you'll learn how to use DDL database triggers to prevent changes to product and audit changes to comply with Sarbanes-Oxley and other change management requirements. Free registration required.
Read more...
By
Brian Knight
2006/07/20
|
Source:
Other
|
Category:
Triggers
Rating:
Rate this
|
Briefcase
|
2,777 reads
Worst Practice - Triggering External Events
Andy Warren started his worst practice series some time ago with the intention of looking at the worst things you can do. Given that we may not always be able to implement the best practices, at least we can try to avoid doing things harm the system or decrease performance. This article continues the series and looks at an item I see mentioned in our discussion forum quite often, triggering external events. From a trigger.
Read more...
By
Steve Jones
2004/02/23
|
Source:
SQLServerCentral.com
|
Category:
Triggers
Rating:
|
Discuss
|
Briefcase
|
9,087 reads
Triggers in SQL Server 7.0 and 2000 - The Common Ground
This is a two part series on how triggers work in the two latest versions of MS SQL Server. Because there are some pretty significant additions in trigger functionality from 7.0 to 2000, we'll first need to look at what the two versions have in common. The second part to this series will look at the differences between the two MS SQL Server versions.
Read more...
By
Brian Kelley
2005/01/21 (first posted: 2001/07/31)
|
Source:
SQLServerCentral.com
|
Category:
Triggers
Rating:
|
Discuss
|
Briefcase
|
108,062 reads
Copyright © 2002-2008 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use