Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7726773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T05:18:01+00:00 2026-06-01T05:18:01+00:00

Is it possible to execute store procedure like a table for SELECT operator (MS

  • 0

Is it possible to execute store procedure
like a “table” for SELECT operator (MS SQL SERVER)?

Something like

SELECT TotalSum FROM exec MyStoreProcedure '2011/11/01', '2011/11/01'  

I mean somehow integrate it into the SELECT operator?

Thank you!


Thanks guys!

The solution what I did is based on your answers:

declare @result table (f1 varchar(20),f2 varchar(20), CodProducto int, NomProducto varchar(1000), Costo decimal, Cantidat int, Total decimal)
INSERT INTO @result exec  MyStoreProcedure '20111201', '20111201'
select * from @result
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T05:18:02+00:00Added an answer on June 1, 2026 at 5:18 am

    I supposed your proc returns several columns and you just want one, right?

    small workaround is to add the result of the proc to a table variable and then select from it

    create proc proc1 as
    select 1 as one, 2 as two
    
    declare @result table (one int, two int)
    
    insert into @result
    exec proc1
    
    select one from @result
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to execute a statement like this in NHibernate? SELECT * FROM
I've an existing stored procedure SP1 which is simple select from a table. It's
Using the stored procedure sp_msforeachtable it's possible to execute a script for all tables
Does it possible to execute php file and store its output into some variable?
Is it possible to execute my QUnit (javascript) unit tests from Jenkins? My build
Is it possible to execute a specific sub in a vbs file from a
How is it possible to execute a direct SQL command to an ADO.NET connected
Is it possible to execute the two update queries in phpmyadmin together? Like wise
As the title suggests is it possible to execute another java app from within
I have a stored procedure that I need to execute from asp.net button ,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.