Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 using count in a sproc

Author  Topic 

Kappy
Starting Member

30 Posts

Posted - 2001-06-11 : 14:20:23
Hi-

How do I update a temp table within a stored procedure to get a count of a particular value? Table has iOwnerID, iIncidentId and iIncidentCount. I am trying to set iIncidentCount as the count of each iOwnerid within the table.

Thanks in advance...


   

- Advertisement -