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)
 using subquery's

Author  Topic 

tameriusc
Starting Member

6 Posts

Posted - 2001-02-07 : 06:08:28
Hi.

I am converting access reports into a sql server & asp solution.
At the moment i'm stuck at a query which uses results from another query (this is in access). I don't know how to do this efficiently in Asp/sql server.

I could ofcourse create 2 seperate ADODB.recordsets and 'manually' join the results using asp but i'd still have to redo a lott of report-querys. I feel this is possible with SQL server, i just can't find anything on how to do it (I am new to SQL server).

any idea's ?

cheers,
tamerius

   

- Advertisement -