Can you select from a Derived table calling a stored proc?
From: we7313 (we7313_at_discussions.microsoft.com)
Date: 11/29/04
- Next message: Chip: "Updating several fields in a table with a select statement"
- Previous message: Hugo Kornelis: "Re: Max Number of Stored Procs in 1 Database (sql server 200)"
- Next in thread: Anith Sen: "Re: Can you select from a Derived table calling a stored proc?"
- Reply: Anith Sen: "Re: Can you select from a Derived table calling a stored proc?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Nov 2004 09:23:02 -0800
I know the sql is incorrect on this but was wondering if something like this
was possible:
select * from
(
exec storedProc1 'value1'
) a
-- will
- Next message: Chip: "Updating several fields in a table with a select statement"
- Previous message: Hugo Kornelis: "Re: Max Number of Stored Procs in 1 Database (sql server 200)"
- Next in thread: Anith Sen: "Re: Can you select from a Derived table calling a stored proc?"
- Reply: Anith Sen: "Re: Can you select from a Derived table calling a stored proc?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|