Click here to Skip to main content
15,893,594 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need to update variable table with sp that return 1 value
for example
SQL
update @Table set col1=result of sp1 par1,pa2,pa3
Posted
Updated 29-May-12 20:57pm
v2
Comments
Mohamed Mitwalli 30-May-12 1:51am    
You Mean you will execute procedure and it will return some value and you will use this return value to update table ??
[no name] 30-May-12 2:51am    
i need to update table from s that take many parameters & return 1 value

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900