C
Crash
SQL Server 2005 SP1 Standard & Express
..NET 2.0 and ADO.NET
C#
Hi,
I have a stored procedure that returns results from 3 select
statements. When I "ExecuteDataset" from C# code the returned dataset
has 3 tables named "Table", "Table1", "Table2"...
Quest: Is there any way that I can use a hint on my select statement or
some other T-SQL option to name the 3 result sets to more descriptive
names like "Customer", "Address", "Product"???
..NET 2.0 and ADO.NET
C#
Hi,
I have a stored procedure that returns results from 3 select
statements. When I "ExecuteDataset" from C# code the returned dataset
has 3 tables named "Table", "Table1", "Table2"...
Quest: Is there any way that I can use a hint on my select statement or
some other T-SQL option to name the 3 result sets to more descriptive
names like "Customer", "Address", "Product"???