Quantcast
Channel: Forum Getting started with SQL Server
Viewing all articles
Browse latest Browse all 7129

user-role with only INSERT rights

$
0
0

I installed SQL Server 2014 Express on my PC.

There will be a program that will be run which will generate data that needs to be stored on a database called TESTDATA. There will be TABLE1 and possibly TABLE2 tables in this database.

The program is written in VB.net

I want to have a SQL Server login called TestProgram that only has INSERT rights to the tables in the database - possibly UPDATE rights as well.

How do I do this using SQL Server 2014 Management Studio? I know how to create the user. I don't know how to the second part.



Viewing all articles
Browse latest Browse all 7129

Trending Articles