May 7, 2019 at 6:14 pm
Hi,
Is it possible to restrict Bulk Insert permissions? Let's say you want to grant BULK INSERT for Temporary tables only. Can this be done?
Thanks,
TJ
May 7, 2019 at 10:35 pm
You can't grant the bulk operations on a particular database.
For bulk insert, the server level permissions of Administer bulk operations needs to be granted to the login or add the login to bulkadmin server role. And then insert permissions. If there are constraints or they need to fire triggers, they need alter table permissions. But if they don't have insert permissions, they can't bulk insert into that table. So not granting insert on the other tables or not having access to a database would prohibit bulk operations against those tables.
Sue
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy