How would I programmatically go about limiting the access of a database in SQL Server 2000 to the database owner for that database? Example… if I right-click “Properties” on the “Northwind” database in Enterprise Manager, the Owner is listed as sa. How would I limit access for this database to just the sa login?
How would I programmatically go about limiting the access of a database in SQL
Share
You could set the database to RESTRICTED_USER availability.