Hi,
On SQL 2000 using SQL Authentication I created a new user and had to give them access to only 1 table. The "problem" is that there are a lot of tables, views and stored procedures that I had to one-by-one select explicit deny (RED X) on Select/Insert/Update/Delete and Exec on the SP's.
As you can imagine this is very tedious, is there a better way? This is a remoted SQL Server that cannot use Windows Authentication.
Any help or tips would be VERY appreciated.
Thanks!
Mitch
On SQL 2000 using SQL Authentication I created a new user and had to give them access to only 1 table. The "problem" is that there are a lot of tables, views and stored procedures that I had to one-by-one select explicit deny (RED X) on Select/Insert/Update/Delete and Exec on the SP's.
As you can imagine this is very tedious, is there a better way? This is a remoted SQL Server that cannot use Windows Authentication.
Any help or tips would be VERY appreciated.
Thanks!
Mitch