Home Forums SQL Server 2008 T-SQL (SS2K8) Sql Server 2008 R2 Error: An error occurred while executing batch. Error message is: Error creating window handle. RE: Sql Server 2008 R2 Error: An error occurred while executing batch. Error message is: Error creating window handle.

  • Try using

    SET SHOWPLAN_XML ON;

    to get the execution plan, could be a parsing error when displaying the plan.

    😎