Unix Technical Forum

Insert Query with stored procedure

This is a discussion on Insert Query with stored procedure within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi, is it possible to create an "INSERT INTO ..... "Select from stored procedure" Query? I want to create ...


Go Back   Unix Technical Forum > Database Server Software > Microsoft SQL Server > SQL Server

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-28-2008, 05:12 PM
Harald
 
Posts: n/a
Default Insert Query with stored procedure

Hi,

is it possible to create an "INSERT INTO ..... "Select from stored
procedure" Query?

I want to create an temporary table. In this table I want to enter the data,
which I can get from an stored procedure.
But in the FROM-clause a stored procedure is not allowed?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-28-2008, 05:12 PM
John Gilson
 
Posts: n/a
Default Re: Insert Query with stored procedure

"Harald" <yixxu@yahoo.de> wrote in message news:bfhh70$jt5$1@online.de...
> Hi,
>
> is it possible to create an "INSERT INTO ..... "Select from stored
> procedure" Query?
>
> I want to create an temporary table. In this table I want to enter the data,
> which I can get from an stored procedure.
> But in the FROM-clause a stored procedure is not allowed?


Use INSERT INTO/EXEC, e.g.,

INSERT INTO #TempTable (col1, col2, col3)
EXEC MyStoredProcedure 1, 2

Regards,
jag


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 04:50 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com