Is it possible to integrate .NET programs into toad for SQL Server? I am doing Visual Studio .NET development against a SQL Server database and want to know if Toad can somehow provide some debugging support for converting my .NET code into a T-SQL stored procedure so I can see what is going on at the database server.
Toad for SQL Server currently doesn't provide the feature to integrate with .NET environment and there is no Enhancement plan for this at the current time.
The only suggestion is to use the SQL Server Profiler instead.