I am want to setup some constraints on database users in SQL Server 2005. The application will require that users can: execute stored procedures (but only those defined in the application, not all possible stored procedures) read data from tables create temporary tables (in the temp database) insert...