Situation:
I have various users that has been allowed READ ONLY access to a database.
Is it possible to INSERT rows to database via Stored Procedure using a range in Excel?
If yes, Can anyone please assist me with a sample VBA or SQL script?
Situation:
I have various users that has been allowed READ ONLY access to a database.
Is it possible to INSERT rows to database via Stored Procedure using a range in Excel?
If yes, Can anyone please assist me with a sample VBA or SQL script?
I am sorry to be the bringer of bad news, however the work-around you want cannot be done on T-SQL. from official Microsoft documentation
" Permissions are not required to run the EXECUTE statement. However, permissions are required on the securables that are referenced within the EXECUTE string. For example, if the string contains an INSERT statement, the caller of the EXECUTE statement must have INSERT permission on the target table..."