Skip to content

[Bug]: SQL Notebook result set disappears #21860

@kburtram

Description

@kburtram

Description

If the query is changed in a SQL Notebook to reduce the number of grids shown, then there are render issues when the query is re-executed.

For example, start with

SELECT *
FROM sys.objects
GO
SELECT *
FROM sys.tables

Then change to

SELECT *
FROM sys.tables

The message from the query is shown but no result grid is displayed.

Image

Steps to Reproduce

See above

Affected Area

  • Connection dialog (SQL Server | Azure browse/Fabric browse)
  • Query editor
  • Query results panel
  • Object Explorer
  • GitHub Copilot integration
  • Preview/Edit data
  • Table Designer
  • Schema Designer
  • Schema Compare
  • Local SQL Server Container provisioning
  • SQL database in Fabric provisioning
  • DACPAC/BACPAC export/import
  • SQL Database projects
  • Query Plan Visualizer
  • Other (please describe below)

If you selected "Other", please describe the affected area

No response

Environment Information

Latest

Confirmation

  • I have searched existing issues and couldn't find a match
  • I want to work on this issue

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions