Using .NET\'s SqlBulkCopy, what permission do I need to give to the user in SQL Server 2008?
To specify these hints from .net:
var bulkCopy = new SqlBulkCopy(System.Configuration.ConfigurationSettings.AppSettings["ConnectionString"], SqlBulkCopyOptions.FireTriggers | SqlBulkCopyOptions.CheckConstraints);