Hi all,
We are finally implementing permissions on our MS SQL 2000 (sp2) server.
I have an issue with something though. When I create a table from the enterprize manager the table is created as DBO but when I open a query analyzer and create the same table it is created with the user Account.
e.g.
(1) dbo.test1
(2) [domain1\bygs].test2
My current permissions are set to db_owner.
Thanks in advance,
Bygs
We are finally implementing permissions on our MS SQL 2000 (sp2) server.
I have an issue with something though. When I create a table from the enterprize manager the table is created as DBO but when I open a query analyzer and create the same table it is created with the user Account.
e.g.
(1) dbo.test1
(2) [domain1\bygs].test2
My current permissions are set to db_owner.
Thanks in advance,
Bygs