User: dbo
User Properties
SQL
if not exists (select * from dbo.sysusers where name = N'dbo' and uid < 16382) EXEC sp_grantdbaccess N'sa', N'dbo'GO
See Also