Exporting Registry Keys

For example, to export all keys under the ASP.NET software section to a file called “test.txt”, run the following command: [Read More]

SQL Server Cursors

You can use cursors in SQL Server stored procedures to process data already in the database and take action accordingly. These can be used just like recordsets within standard code - for example: [Read More]