in Search
     

Browse Site by Tags

Showing related tags and posts accross the entire site.
All Tags » SQL Server » stored procedure (RSS)
  • HOWTO: INSERT RECORD SET FROM STORED PROC (SQL SERVER)

    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:...
    Posted to Weblog by marl on 01-11-2008
Page 1 of 1 (1 items)