I work on an (SQl) db that is fairly complex allowing access to data on various tables at three different levels of users. IE user "A" cannot see user "B's" date. The db is accessed via the internet and the data is returned to the client browser in standard html tables.
I need to set up an admin account that can access ALL the data on ALL the tables without writing a million and one queries to do so. Would there possibly be a "trick" that might involve a single query and or stored procedure that I could possibly paste onto each of the various pages(about 60 pages)??
Appreciate any help you might provide here.
Regards,
John
I need to set up an admin account that can access ALL the data on ALL the tables without writing a million and one queries to do so. Would there possibly be a "trick" that might involve a single query and or stored procedure that I could possibly paste onto each of the various pages(about 60 pages)??
Appreciate any help you might provide here.
Regards,
John