I have an error when calling my procedures on vs, I am trying to insert users.
My procedures are the following:
Here I have the name, type of users and ID
ALTER PROCEDURE [dbo].[InsertaUsuario](
@id int = 0,
@nombre nvarchar(50),
@memo nvarcha...
asked by
08.06.2018 / 14:17