We will create two identities, one for administring the SQL users(aka control plane) and for interacting with the database and the data(ie. data plane operations) ...
--Usually when writing a stored procedure you don't have a simple query like that. It's usually more complex --if we tried to add another query to this stored procedure it wouldn't work. It's a ...