MSXSL - Calling script functions Posted on February 23, 2004 With MSXSL, you can write VB6 functions to make your transformations a little easier: [Read More] Tags: xsl
XSL strings - checking string length Posted on February 18, 2004 In your XSL transforms, you can add logic dependent on string length as follows: [Read More] Tags: xsl
SQL Server - Invoking COM Components Posted on February 16, 2004 You can create and use COM components with the sp_O stored procedures. [Read More] Tags: sqlserver
SQL Server - Inserting Rows Using INSERT...SELECT Posted on February 13, 2004 To copy all the data from one table into another: [Read More] Tags: sqlserver
Exporting Registry Keys Posted on February 9, 2004 For example, to export all keys under the ASP.NET software section to a file called “test.txt”, run the following command: [Read More]