Microsoft SQL Server 2019 bug

ROHIT KUMAR 0 Reputation points
2024-09-22T07:41:13.3033333+00:00

Hi,

I want to raise a bug for the MSSQL Server 2019 bug in which I have different schemas and suppose that a same-named table exists in both the schemas and if I update any one schema's table then it's updating the table in both schemas.

For ex.

Schemas:- Dbo, DeletedObjects

TableName:- Sysinfo (component, Brand)

Updating the DeletedObjects Sysinfo automatically updates the Dbo table even if I mention the schema name in the update clause.

As, Update DeletedObjects.Sysinfo Set Brand ='HP' where Componentname='Monitor'

It is updating the same value in the Dbo schema table.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,865 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.