我需要檢索的第一個結果從一個存儲過程中設置, 這個過程拖返回結果集的設置,我需要的第一種方法只有 我該怎麼辦呢?找回結果從存儲過程
for example :
-- the first result
-----------------------------------------
| ID | Code | Name | Notes | .... | ... |
-----------------------------------------
| | | | | | |
-- the second result
-----------------
| Date | Number |
-----------------
| | |
檢查這個線程: http://stackoverflow.com/questions/58940/access-to-result-sets-from-within-stored-procedures-transact-sql-sql-server –