Category: Code
-
Getting ASP.NET SOAP calls to appear in Fiddler2
I’ve run into this situation several times at work and thought I’d post it so I’d have no excuse as to how to correct the issue. We were having issues with a webservice call; we were able to make the call successfully and we received *most* of the data. There was a specific section of…
-
Search through stored procedures in SQL Server for a specific string of characters
While I have experience in designing and programming SQL databases, I don’t often deal with databases or SQL directly at work. Every so often, I find I need a nice query for doing something very specific within the SQL Server environment. Today I needed to find a specific column that was being used in our…