Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 SQL Server 存储过程,它一次返回多个“结果集”。默认情况下,它将这些结果集命名为"Table","Table1"
"Table","Table1"
但我想知道是否有某种方法可以在存储过程的文本中设置每个结果集的所需名称。