Role: public
Properties
SQL
if not exists (select * from dbo.sysusers where name = N'public' and uid > 16399) EXEC sp_addrole N'public'GO
See Also