Other News

Community

SQL Profiler Tips and Tricks

(Mike Gunderloy) If you’re a developer who works with SQL Server, you probably already know about SQL Profiler, the graphical tool that lets you capture and analyzer SQL Server events in real time. If you’re not familiar with this tool, check out my previous article, “Introduction to SQL Profiler”.

Community

Migrating from ASP to ASP.NET

Learn some of the differences when moving from VBScript-based ASP pages to Visual Basic.NET-based pages running inside of ASP.NET. Stefan Schackow demonstrates dealing with changes in variable declaration syntax, subroutine usage and inline code, data access with ADO, and VB-style error handling.