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.