This should be simple, but I'm a bit confused by these two.<br><br>As I understand it your stored procedure can have 3 values/paramater types:<br>Input paramters (which are obviously what you pass in, ...
I was told to put everything in stored procedures for security reasons and anything that needed to be done to the procedures could be done on the SQL server and I wouldn't have to change anything in ...