What is the significance of using Scope Resolution Operator (::)
in SQL SERVER
. As we all know when we are using GRANT
command Scope Resolution Operator will be part of syntax.
GRANT ALTER ON Schema :: DBO TO user_name
Is there any specific meaning for it or it is used just like that.