An open API service indexing awesome lists of open source software.

https://github.com/rashedul-alam46/sql-multi-table-update

SQL query to update one table by another table.
https://github.com/rashedul-alam46/sql-multi-table-update

database mssql-server sql tsql

Last synced: about 3 hours ago
JSON representation

SQL query to update one table by another table.

Awesome Lists containing this project

README

          

# Sql Multi Table Update
By using this simple database project you can update one table by another table.

## How to Run
Download the application. There is a SQL stored procedure named "MultiTableUpdate". Run the stored procedure.

Execute dbo.MultiTableUpdate

You can get the SQL Code inside the "MultiTableUpdate" stored procedure.