I'm new to SQL Server and I've just written my first application as a learning exercise.<br><br>I've tried giving my users datareader and datawriter rights to the database but this didn't work. Giving the users serveradmin rights fixes the problem so its not a client-server access issue. Can someone please tell me what rights I need to give my users to allow them to read and write data to existing tables?