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:...
It was almost more than one month since I started my intern as a software developer on my company. Although I have already finished my intern last 2006, I accepted the job because I want to explore the world of software development using Microsoft tools. It was a good experience. To add the fact that...