Contents tagged with SQL

  • Editing maintenance plan for file location

    Tags: SQL

    Sometimes it does happen that a directory (or even a whole disk drive) specified in your SQL Server’s (backup) maintenance plans isn’t available anymore. It’s less work to edit the … more

  • Already Open DataReader

    Tags: .NET, SQL

    Today I was getting following error when running one of our applications: ”There is already an open DataReader associated with this Command which must be closed first.”

    This happens when … more