I have a problem using freetexttable and my only foreseeable solution is this:
I have Stored Procedure 1 (SP1) which calls SP2, SP3 and SP4.
SP2, SP3 and SP4 are all select queries and so return a record set (tho Im not sure where, which is my first question really).
In SP1, after calling the other SPs, I want to collate all three record sets into 1 record set WHEN a particular record appears in ALL 3 record sets.
If this can be achieved and someone can show me how, I will love them long time
<icon with man banging head on wall>
DT
I have Stored Procedure 1 (SP1) which calls SP2, SP3 and SP4.
SP2, SP3 and SP4 are all select queries and so return a record set (tho Im not sure where, which is my first question really).
In SP1, after calling the other SPs, I want to collate all three record sets into 1 record set WHEN a particular record appears in ALL 3 record sets.
If this can be achieved and someone can show me how, I will love them long time
<icon with man banging head on wall>
DT