Skip to content
Advertisement

Insert stored procedure output data into a column of a table

I created a stored procedure in SQL Server. The stored procedure subtracts two columns in the same table. How do I insert this stored procedure data into a Inventory column of the dbo.Store table? The stored procedure is:

Advertisement

Answer

You can create a table, or use an existing one easily.

User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement