This examble is using a table variable.
DECLARE @People TABLE ( ContactID INT, FirstName NVARCHAR(50), LastName NVARCHAR(50) ) INSERT @People (ContactID, FirstName, LastName) EXEC dbo.GetPeopleByLastName @LastName = 'Alexander'
Related posts
Comments
Cert Killer
Saturday, January 28, 2012 12:07 PM
Amazing written by your. I must try this in home. Thanks for sharing. this.
Real Exams
Friday, February 03, 2012 12:22 PM
It was an excellent post. Thank you very much for this post.
Add comment