|
The ProgrammingMSAccess.COM Site A Transact-sql script to create a stored procedure that deletes any row from the shippers table by its shipperID value. this t-sql script starts by dropping the stored proc if it existed previously, then it creates the new stored procedure.
--Delete a row by its ShipperID value
Want to understand SQL Server so that you can program it to do more tasks like this? Get Programming Microsoft SQL Server 2000 with Microsoft Visual Basic .NET by Rick Dobson from Microsoft Press. Learn more about the book by clicking here. Copyright 2004 CAB, Inc. All rights reserved. Republication or redistribution
of CAB, Inc. content, including by framing or similar means, is expressly
prohibited without the prior written consent of CAB, Inc. CAB, Inc. shall not be
liable for any errors in the content, or for any actions taken in reliance
thereon. |