Try the following:
DELETE FROM dbo.G_Scope WHERE ScopeValue IS NULL
The SQL Server column will be NULL if it does not contain a value.
Another possibility is that XML is not NULL, but contains an empty string as its value. To do this, use the following command:
Does this mean which lines you are interested in?
marc_s
source share