By James T. Stanley, 08/11/2000
SQL Server's sp_OAGetErrorInfo stored procedure provides all the information you need to pass up to your application's middle and client tiers when an error occurs.
By James T. Stanley, 08/11/2000
T-SQL's data types don’t map one-to-one with data types in other programming languages.
By James T. Stanley, 07/17/2000
Use SQL Server’s built-in COM automation environment to automate COM objects from within stored procedures and integrate SQL Server with other systems.