2 years ago
#69805
Daniela Paz
Execute stored procedure parameter set to any
I'm working on a database that has multiple stored procedures created and I need to use them to make some reports but I don't know how because when I try to execute says that the stored procedure needs some input parameters to work
exec SomeStoredProcedure @parameter1="I don't know what to put here", @parameter2="same"
Like the code above I don't know what to put as an entry in the input of the parameter, is there a way to execute the stored procedure without them? Or put something like ANY or ALL?
sql
sql-server
stored-procedures
exec
0 Answers
Your Answer