Using .NET\'s SqlBulkCopy, what permission do I need to give to the user in SQL Server 2008?
Only SELECT/INSERT perms are needed for SqlBulkCopy class to execute successfully. The class issues a INSERT BULK statement against the target SQL Server table. Verified this today on one of our dev servers.