Stored Procedure Hit Counter

Posted by Tyler on Stack Overflow See other posts from Stack Overflow or by Tyler
Published on 2010-05-18T18:51:58Z Indexed on 2010/05/18 19:20 UTC
Read the original article Hit count: 350

Filed under:
|

I have a table with 3 column's in a table on a MS SQL 2008 Database

ID
ToolID
Count

Can someone toss me a script that will create a stored procedure that accepts the param ToolID and increases its value by 1?

All of my efforts have failed.

© Stack Overflow or respective owner

Related posts about stored-procedures

Related posts about counter