Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 table owner

Author  Topic 

shanly
Starting Member

17 Posts

Posted - 2006-03-17 : 03:39:46
Hi,
I have doubt in sqlserver table owner. Who will be the owner of each user table? is it user or dbo?
please help me in this.

nr
SQLTeam MVY

12543 Posts

Posted - 2006-03-17 : 07:29:29
Depends on the user.
If the creator is sysadmin or dbo then it will be dbo.
If not it will be the user.

It simplifies thingas a lot to make dbo the owner of all objects.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -