Posts Tagged ‘sql server 2000’

Find text in stored procedure

Posted: 23rd April 2010 by thegrayzone in Development
Tags: , ,

Today I was trying to debug an error that was occurring in an old .NET 1.1 and SQL Server 2000 application. I needed to find out how a particular value was being set in a DataSet. I knew the value was being returned via a stored procedure, and due to naming conventions this stored procedure [...]