IPGraySpace: SQL Server - How to create stored procedure in SQL Server with commit and rollback

3 years ago
56

IPGraySpace: SQL Server - How to create a stored procedure in SQL Server with commit and rollback statement

This video shows How to create a stored procedure in SQL Server with commit and rollback statement

1. log in to SQL server management studio
2. choose the database you are going to work with
3. choose a table you are going to work with
4. In my case I am going to choose a zipcode table I have 80000 records in there it is good to
test with huge rows
5. create a backup table for the zip code, in your case you choose the backup table of step 3,
have scripts ready to create a table
6. create a store procedure
7. take the default layout SQL server management studio to give you then change it line by line
8. create a basic stored procedure template for the stored procedure with commit and rollback statement
9. add the business logic - in this case, we are going to insert the chosen table data to backup table
10. execute stored procedure
11. View results

if you don't have an SQL server ......... watch the IPGraySpace video
IPGraySpace: SQL Server - How to download and install SQL Server Express in windows 10

if you don't have an SQL server management studio ......... watch the IPGraySpace video
IPGraySpace: SQL Server - How to download and install SQL Server Management Studio in Windows 10

how to create SQL server user in SQL server management studio ..... watch IPGraySpace video
IPGraySpace: SQL Server - How to create a user account in SQL Server Express 2017
IPGraySpace: SQL Server - How to create new user, database with new user and create a table in SQL server

Follow more IPGraySpace videos
-----------------
thank you for watching the IPGraySpace video
please share, subscribe, and comment

visit
www.ipgray.com
www.ipgrayspace.com
for more IT articles, documents, and videos

Loading 1 comment...