Microsoft SQL Server 2005 onward Permissions

For SQL Server 2005 onward, you only need to have public assigned to save to the mart. However, when the repository is on a SQL Server 2005 or above instance, you need to have the bulkadmin permission designated as well. The ability to do bulk inserts (which was permitted by public, previously) is no longer part of the public permission. You must explicitly define this permission or when you attempt to save a model to a new mart instance created using a SQL Server 2005 or above database, an error "You do not have permission to use the bulk load statement." is returned.