Skip to content

Commit 4b2c556

Browse files
updated columns in compare properties
1 parent ac5ea6c commit 4b2c556

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/manage/azure-sql-db-managed-instance/compare-environment-settings/compare-properties.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ where (src.value <> tgt.value
5353
or src.value is null and tgt.value is not null
5454
or src.value is not null and tgt.value is null)
5555
)
56-
select *
56+
select property, source, [target]
5757
from diff
5858
where is_missing = 0 or @verbose = 1 -- in the earlier versions you had to comment out this line. Now just set the value of the flag up
5959
order by property

0 commit comments

Comments
 (0)