News

Extended stored procedures are a feature of T-SQL that allow you to execute external code from within SQL Server. They can be useful for integrating with other applications, performing complex ...
To enable debugging, do the following: Open the Windows registry. Create the following key: HKLM:\SOFTWARE\Microsoft\Microsoft Operations Manager\3.0\SQL Management Packs\EnableEvtLogDebugOutput\SQL ...
SQL Server Debugging Concepts Microsoft SQL Server 2005 was designed to provide integration with the Common Language Runtime (CLR), which is the runtime used by all .NET assemblies. Consequently, SQL ...
DevPartner DB provides a standalone environment for testing SQL Server 7.0 and 2000 stored procedures and triggers. It includes a lot of features that are missing from the basic SQL Server tools, ...
Pros: Covers the complete spectrum of debugging in VB.NET, including techniques on debugging SQL Server, multithreaded, and distributed systems.
In fact, Pearce covers almost every conceivable debugging topic, from basic debugging techniques and tools, to specific debugging practices for different types of applications. Pearce also provides ...