I need to prepare an appropriate GRANT statement to provide an existing SQL Login (lets call it mylogin) that currently has only DB_DATAREADER on a SQLServer2005 database (staying original, lets call it mydatabase), that will give it INSERT-only capability on a specific table (no delete, no update). If thats not possible then can INSERT only be added for the entire mydatabase database? Perhaps I'm missing the boat, but would appreciate any suggested syntax solutions.
:w00t: