Postman SQL Database Error and Solution

SQL Database error and Solution

Could not retrieve row from page by RID because the requested RID....

Solution

Execute below query one by one at once using Query Analyzer


Use database_name
GO
ALTER DATABASE database_name SET SINGLE_USER
GO
DBCC CHECKDB('database_name', REPAIR_REBUILD)
GO
ALTER DATABASE database_name SET MULTI_USER
GO

Updates:

Follow us on WhatsApp, Telegram Channel, Twitter and Facebook for all latest updates

Post a Comment

Previous Post Next Post

Most Visited

Follow us on WhatsApp, Telegram Channel, Twitter and Facebook for all latest updates

Search Content of www.potools.blogspot.com @