Archive for June, 2008

800a0e78 – Operation is not allowed when the object is closed (2008-6-3)

More geek stuff. If you built a stored procedure, and it works beautifully in the Query Analyzer (or in SQL Management Console), but you get an “800a0e78 – Operation is not allowed when the object is closed” error when you run it from code, one possibility is that you left some debugging “PRINT” statements in [...]