Write a stored procedure using transactional processing

Assignment Help Computer Engineering
Reference no: EM132154446

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.

Reference no: EM132154446

Questions Cloud

Find solutions to the smaller problems : One strategy for solving a complex problem is to break it into a group of less complex problems and then find solutions to the smaller problems.
Compute the synchronize control : compute the synchronize control for each amount of automatic dislocation of the rotor plus the equivalent synchronize torque.
Approach to test the hypothesis : Use the P-value approach to test the hypothesis. Assume that the population standard deviation s = 5oz.
What is the role of organizing in managing : Why is management important to an organization’s success? What is the role of organizing in managing?
Write a stored procedure using transactional processing : Write a stored procedure using transactional processing that inserts a new row into the Vendor table and then adds at least one new.
What criteria will you use in the given problem : When you make professional decisions involving investments in engineering projects, what criteria will you use? Contributed by D. P. Loucks, Cornell University.
Average content of juice per bottle equals : A machine is set up such that the average content of juice per bottle equals µ. A sample of 36 bottles yields an average content of 51.5oz.
The resources for the delivery of health services : Which has identified a health issue that affects the community and the resources for the delivery of health services.
State a research question that addresses : 1. State a research question that addresses the main outcome in the situation given.

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