Welcome to AspAdvice Sign in | Join | Help

August 2007 - Posts

SQL Server 2005 Audit Log Using Triggers

Once a database row has changed how do you retrieve the original data? There are many ways to do this, but for the application I'm working on I decided to use triggers. Creating triggers in SQL Server 2005 is fairly easy. When you create a trigger
Posted by andrewmooney | 2 Comments

How Can You Make The Column Headers Bold?

The article Convert XML To an Excel Spreadsheet Using XSL explains how to transform an XML file into an Excel spreadsheet using XSL. The question is, how can you make the column headers bold? To view the original XSL file visit the article link above.
Posted by andrewmooney | 0 Comments
Filed under: