Prepare a stored procedure using transactional processing

Assignment Help Computer Engineering
Reference no: EM132154481

Two students may work together on this project and only one person needs to submit the work. Please make sure you include both names on this document. Students will be required to demonstrate to me during the week of Nov 28 that they have made progress on the actual code. This may be done in class or by appointment.

Stored Procedure Exercise

Write a stored procedure using transactional processing that inserts a new row into the Vendor table and then adds at least one new Invoice for that new Vendor. This program must include the ability to handle a failed transaction in which case it should issue an error message and a rollback.

Invoices: Orders.ShipName, Orders.ShipAddress, Orders.ShipCity, Orders.ShipRegion, Orders.ShipPostalCode,
Orders.ShipCountry, Orders.CustomerID, Customers.CompanyName AS CustomerName, Customers.Addres, Customers.City, Customers.Region, Customers.PostalCode, Customers.Country,

InvoiceLineItem:

For the Vendor table the required columns are

[VendorName] [varchar](50) NOT NULL

[VendorCity] [varchar](50) NOT NULL

[VendorState] [char](2) NOT NULL

[VendorZipCode] [varchar](20) NOT NULL

Make sure you allow for a value for the Defaulted Columns, but these values should be optional as the database has predefined the default value is none is supplied.

[DefaultTermsID] [int] NOT NULL (acceptable values are 1, 2, 3, 4, or 5 with 3 being the default)

ALTER TABLE [dbo].[Vendors] ADD CONSTRAINT [DF_Vendors_TermsID] DEFAULT ((3)) FOR [DefaultTermsID] - this is the code that was used in the table definition that actually set the default value for the DefaultTermsID.

[DefaultAccountNo] [int] NOT NULL (there are 75 possible account values with 570 being the default)

ALTER TABLE [dbo].[Vendors] ADD CONSTRAINT [DF_Vendors_AccountNo] DEFAULT ((570)) FOR [DefaultAccountNo] - this is the code that was used in the table definition that actually set the default value for the DefaultAccountNo

Although VendorID (which is the Primary Key) is required for the table, you do not have to supply a value for this since it is an IDENTITY column which means the value is autogenerated.

[VendorID] [int] IDENTITY(1,1) NOT NULL.

Reference no: EM132154481

Questions Cloud

Which processor runs faster and how many times faster : If two processors given below run exactly the same program in a perfect scenario, which processor runs faster and how many times faster?
How many people in your hometown would be interested : Suppose you have just 2 hours to determine how many people in your hometown would be interested in buying a pair of left-handed scissors.
Create a game of count 21 in which a player competes : Two people play the game of Count 21 by taking turns entering a 1, 2, or 3, which is added to a running total.
List the feasible alternatives : A college student determines that he will have only $250 per month available for his housing for the coming year. He is determined to continue in the university
Prepare a stored procedure using transactional processing : Prepare a stored procedure using transactional processing that inserts a new row into the Vendor table.
Mean and standard deviation for the level of support : The accompanying table gives the mean and standard deviation for the level of support variable.
Find the difference between output and input : The three economic criteria for choosing the best alternative are maximize the difference between output and input, minimize input, and maximize output.
Was there a significant difference : Several police officers were tested in an experiment to determine whether or not a suspects' behavior affected the officer's ability to accurately
State the correct economic criterion for each situation : The engineering school raffled off a car; tickets sold for $2 each or three for $5. When the students were selling tickets, they noted that many people.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd