Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select
u.Name as 'User',
o.Name as 'Object
from sysobjects o
JOIN sysusers u ON u.uid = o.uid
where u.Name = 'dbo'