I have 2 tables in my database.
Table A
ProjectWeek Employee AllocationHours AllocationCost
1 Ian 2 222
1 Bob 3 333
1 Steve 1 111
2 Ian 9 999
Table B
ProjectWeek Employee TimesheetHours...
I have a stored proc that inserts data into the resource table. The key to the table is resource_id. The stored proc is set up to pass all but the resource_id as this is automatically generated.
Initially I had a problem where the auto increment was not working as it could not set the...
Hi, I am new to stored procedures and need some help is defining an SP where 3 variables are passed to a SP and a derived value is passed back.
The table name is Resource_Auth with the following attributes:-
Resource ID
password
resource_Active...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.