Write a stored procedure using transactional processing

Assignment Help Computer Engineering
Reference no: EM132153551

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 and InvoiceLineItems 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.

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: EM132153551

Questions Cloud

Distinction between a hypothesis and a prediction : What is a hypothesis? What is the distinction between a hypothesis and a prediction? What is a theory and how does this differ from a hypothesis?
Describe how you would configure the virtual disks : Given this environment, describe how you would configure the virtual disks for the VMs on both servers.
Give an o time algorithm : Give an O(n + r)- time algorithm that determines whether it is possible to designate some of the wrestlers as babyfaces.
Effectiveness of airbags at saving passengers : A study is being done on the effectiveness of airbags at saving passengers' lives in car accidents. 11,380 passengers in the study
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 .
Level of support for corporate sustainability of a randomly : Find the probability that the level of support for corporate sustainability of a randomly selected senior manager is less than 39 points.
Significant difference at the level : The officers were interviewed a week later and asked to describe their suspect. Their scores are below:
Can you think of a way to implement both stacks in one array : The total number of elements in the combined stacks is never more than 200 at any time, but we cannot predict how many are in each stack.
What are the three basic propagation mechanisms of los : There are two questions as follows. What are the three basic propagation mechanisms of Light of Sight (LOS) transmissions?

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