BULK INSERT permission

Michael Logan 0 Reputation points
2024-04-03T15:29:12.4833333+00:00

Hi All,

I am trying to grant BULK INSERT permission to myself on a database in Azure managed instance and my user login as firstname.lastname@abc.com is not working. I am using this script 'GRANT ADMINISTER BULK OPERATIONS TO firstname.lastname@abc.com.' The error messge says "Msg 102, Level 15, State 1, Line 1 Incorrect syntax near '.' "

Can anyone help please.

Azure SQL Database
{count} votes

2 answers

Sort by: Most helpful
  1. Oury Ba-MSFT 16,241 Reputation points Microsoft Employee
    2024-04-16T23:26:35.66+00:00

    Michael Logan

    Sorry for the delay in response to your question.Please try using the [] around the login GRANT ADMINISTER BULK OPERATIONS TO [firstname.lastname@abc.com]

    Regards,

    Oury

    0 comments No comments

  2. Karen Lopez 6 Reputation points MVP
    2024-04-23T15:41:12.33+00:00

    In Azure SQL Database, INSERT and ADMINISTER DATABASE BULK OPERATIONS permissions are required.

    0 comments No comments