Home / General / XML Data-type Usage By Other SQL Server 2005 Features
digWin is a community news sharing site for Microsoft Techies. Share interesting news/links and rate them!

XML Data-type Usage By Other SQL Server 2005 Features

Several of the other features within SQL Server 2005 leverage the XML data-type to pass information around. For example, both Service Broker and triggers transfer data around the server in XML data-type instances. This means that you can easily leverage the power of the XQuery language and other XML data-type methods when using these features.


To illustrate this, we create a simple trigger on our database that fires when we create a new table:

create trigger CreateTableTrigger on database for create_table as
select eventdata()

In this case, our trigger is simply ou









Microsoft news, tips and tricks search

Comments


Post voted by 1 digWinners


Featured Links

User

Login | Register




Forgot Password?

Sponsor

Anti spam filter for mail servers
Anti spam, anti phishing and email management software for Exchange/SMTP/Lotus. Download a FREE trial!

Featured

Download Free Exchange Ebook

Categories

Upcoming NEW

Recent comments

Related Sites