Previously i working on SQL Server 2005 and i used MARS functionality but currently i am working on a old project and they want SQL Server 2000 as a backend.. and i want MARS kind of functionality in it.. please tell me how can i do this.. frontend is (VB.NET)
Previously i working on SQL Server 2005 and i used MARS functionality but currently
Share
A stored proc can return multiple result sets that can be handled in client code.
Would this achieve the same result?
This also has the advantage of reducing round trips to the database