Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
Refresh item does not update the "number of rows" item in the Object Explorer
Description
The "number of rows" is not updated when selecting "Refresh item" in the Object Explorer. To recreate the problem please follow the steps below:
1) create a table.For example:
CREATE TABLE [dbo].[test_refresh] ( [Column_1] int NULL, [Column_2] int NULL) ON [PRIMARY] WITH (DATA_COMPRESSION = NONE); GO ALTER TABLE [dbo].[test_refresh] SET (LOCK_ESCALATION = TABLE); GO
2)Select the table in the Object Explorer(the row count will show 0)
3)insert one row INSERT INTO dbo.test_refresh( Column_1 ,Column_2 ) VALUES ( 1 ,1 )
(autocommit is on)
3) select the table in the Object Explorer , r-click and select "Refresh Item". The row cont is set to 0 instead of to 1.
Tested in the commercial version and in the last beta.6.6.0.291
Resolution
WORKAROUND
Restart Toad
STATUS
Waiting for fix in a future release of Toad for SQL Server
Your Request will be reviewed by our technical reviewer team and, if approved, will be added as a Topic in our Knowledgebase.
Recommended Content
Product(s):
Toad for SQL Server
Topic(s):
Troubleshooting
Article History:
Created on: 11/20/2014 Last Update on: 5/7/2023
Thank you for your feedback for Topic Request
Your Request will be reviewed by our technical reviewer team and, if approved, will be added as a Topic in our Knowledgebase.
Welcome to Quest Support
You can find online support help for Quest *product* on an affiliate support site. Click continue to be directed to the correct support content and assistance for *product*.
The Quest Software Portal no longer supports IE8, 9, & 10 and it is recommended to upgrade your browser to the latest version of Internet Explorer or Chrome.