Sign in
|
Join
|
Help
in
Current Tags
Pro SQL Server XML
SQLServerCentral.com Active...
(Entire Site)
SQLServerCentral.com
The largest free SQL Server community.
Home
Blogs
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Recent Posts
XML Puzzle Contest Winners
XML Puzzle
Grabbing Node Names and Values Pt. 2
Grabbing Node Names and Values
Unmatched Nodes in XQuery
Tags
auditing
bill of materials
book
bulk load
contest
development
FLWOR
free
function
introduction
logging
methods
namespaces
new features
OPENROWSET
programming
shredding
SQL Server
trigger
tutorial
URI
XML
XQuery
News
SQL Server 2008 "Katmai" CTP 6 is available now at
https://connect.microsoft.com/SQLServer/content/content.aspx?ContentID=5395
and AdventureWorks sample database is available at
http://www.codeplex.com/MSFTDBProdSamples/Release/ProjectReleases.aspx?ReleaseId=10901
! SQL Server 2008 RTM date has been pushed back to 3Q 2008.
Archives
June 2008
(1)
May 2008
(1)
March 2008
(2)
February 2008
(4)
January 2008
(3)
Pro SQL Server XML
SQL Server + XML Development Tutorials, Tips, and Tricks
Browse by Tags
All Tags
»
trigger
(
RSS
)
auditing
logging
new features
programming
SQL Server
XML
Create a Dynamic Logging Trigger With XML
Triggers are a useful tool for logging DML actions and auditing data changes to tables. But wouldn't it be great if you could write just one trigger and use it on any table? And if the table structure changed the trigger would automatically adjust with no work on your part? With FOR XML and catalog views we can do just that....
Posted
Jan 26 2008, 08:47 PM
by
Mike C
with | with
no comments
Filed under:
XML
,
new features
,
programming
,
SQL Server
,
auditing
,
logging
,
trigger
Copyright Red Gate Software