Byte My Data

A personal collection of advice and solutions I've used.

About the author

Something about the author

Insert into table using a stored procedure.

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'

Permalink | Comments (2) | Post RSSRSS comment feed

Comments

Cert Killer United Kingdom

Saturday, January 28, 2012 12:07 PM

Cert Killer

Amazing written by your. I must try this in home. Thanks for sharing. this.

Real Exams Senegal

Friday, February 03, 2012 12:22 PM

Real Exams

It was an excellent post. Thank you very much for this post.

Add comment




  Country flag

biuquote
  • Comment
  • Preview
Loading