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)
 4Guys Post question

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-01-31 : 21:27:00
Aakash Nijhawan writes "http://www.4guysfromrolla.com/webtech/sqlguru/q013000-2.shtml

I am writing to you in regards to this question. The answer is that yes sql server does allow select something from an execute Stored Procedure.

The way it is done is as follows using the openrows function

select status from openrows ('odbc','server','joe','shmuck','execute proc')

so in vb
sql = " select status from openrows ('odbc','server','joe','shmuck','execute proc')"

now this can be executed. ..."
   

- Advertisement -