| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Topic - Stored Procedures Part 1

Page history last edited by Dr. Ron Eaglin 11 years, 1 month ago

Topic - Stored Procedures Part 1

 

Stored procedures are critical to the ability to manage large databases. This week we will start with how to create stored procedures and you will build on this ability during the semester.

 

Reading (all required)

 

Very basic article on stored procedures, good first read - http://databases.about.com/od/sqlserver/a/storedprocedure.htm 

Article on Stored Procedures with good example - http://www.sqlmag.com/article/tsql3/t-sql-101-stored-procedures-100844

MSDN Documentation for CREATE PROCEDURE - http://msdn.microsoft.com/en-us/library/ms187926.aspx 

 

Lectures

 

Lecture - Getting Started with Stored Procedures in SQL Server

 

Assignments

 

COP4709 Spring 2013 Assignments - Week 3 assignment.

Comments (0)

You don't have permission to comment on this page.