Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 don't want the stored procedure return a recordset

Author  Topic 

onderaydogan
Starting Member

6 Posts

Posted - 2001-08-08 : 03:00:36
In an SQL server stored procedure, i create a temporary table with a selct into statement and make a select on that table.

But i want to get back only the result of the second select!

is this possible? or unavoidably, will i get both the recordsets?

   

- Advertisement -