Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Saturday, January 6, 2018

Problem with Tuning of Delete Statement

SQLServerCentral » Latest topics
Problem with Tuning of Delete Statement
Hi all,
This is my query.
[code language="sql"]
Delete FROM AliTest2.DBO.SDE_GEOMETRY9 
    WHERE NOT EXISTS (SELECT objectid,0 FROM AliTest2.DBO.NETWORK_V3 
        

No comments: