Showing related tags and posts accross the entire site.
All Tags »
SQL Server »
record set (RSS)
-
Suppose that you need to populate record set from a stored procedure. This is how it's being done: CREATE PROC NameList AS SET NOCOUNT ON SELECT Emp_FNAME, Emp_LNAME From Emp_Table SELECT FName, LName From Table_of_Names RETURN When you execute this Stored Proc, it gives you something like this:...
Page 1 of 1 (1 items)