I need to give a user access to 3 tables so that he can copy them from the sql server to his pc via an odbc connection. I set his profile up but trying to decide what authority he needs. If I deny datareader and datawriter on the db at the use level and then go into the tables and give him read access or select access on the 3 tables is that going to be enough authority to allow him to copy the tables. I don't want him having add/update access.