Editor's Note: Send your SQL Server questions and comments to SQL Server MVP Brian Moran at savvy@sqlmag.com
Can you debug triggers and stored procedures in SQL Server 2000 without using a third-party product?
SQL Server has supported trigger and stored procedure debugging for some time through Microsoft Visual Studio (VS), but SQL Server 2000 makes debugging easier than ever. SQL Server 2000's debugging capability is stable and ships as part of Enterprise Manager, making installation and use a breeze.
I don't h...