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.
refer,
it does not have any meaning check below query,
and if you execute without :: it still get executed.