We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac27a16 + 6480dd2 commit ef6cf11Copy full SHA for ef6cf11
1 file changed
docs/t-sql/functions/suser-sid-transact-sql.md
@@ -73,7 +73,7 @@ SUSER_SID ( [ 'login' ] [ , Param2 ] )
73
The followng example returns the security identification number (SID) for the current security context.
74
75
```
76
-SELECT SUSER_SID('sa');
+SELECT SUSER_SID();
77
78
79
### B. Using SUSER_SID with a specific login
0 commit comments