Viewing 9 posts - 1 through 9 (of 9 total)
The ItemID would be the input parameter because it's the primary key that allows the item to be joined between the two tables in query. The output parameters should...
August 18, 2015 at 5:58 am
I typed in many variations of specifically what I was trying to do. But thanks for the great advice.
August 10, 2015 at 1:25 pm
Just curious, but what does "google-fu" mean in your response?
August 10, 2015 at 8:24 am
This is what the client has requested. It would be greatly appreciated if you could help.
August 9, 2015 at 7:07 pm
Once I've created user roles for the employees and managers, I'll be able to limit what each can do. I haven't had a chance to do that yet. ...
August 9, 2015 at 5:55 pm
The reason why is because I would have to write 28 stored procedures which is much more time intensive and involving than I would like. I was hoping I...
August 9, 2015 at 5:38 pm
Hi Chris M,
On your response below, why does the code start with a semicolon? Is SalesPerEmp functioning as a stored procedure? Thanks, RM
;
WITH SalesPerEmp AS (
SELECT
e.firstname...
June 1, 2015 at 11:46 am
I'm trying to create a function, not a new table.
May 4, 2015 at 9:25 pm
Viewing 9 posts - 1 through 9 (of 9 total)