How do I stop returning multiple resultsets?
I need to use selects to populate some parameters
Select @Brand = brand from BTable -- Don't return this
and then I want to return the single resultset
Select Name from NameTable Where name = @Brand -- Just return this
Cheers Folks
I need to use selects to populate some parameters
Select @Brand = brand from BTable -- Don't return this
and then I want to return the single resultset
Select Name from NameTable Where name = @Brand -- Just return this
Cheers Folks