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.
- Host: GitHub
- URL: https://github.com/rashedul-alam46/sql-multi-table-update
- Owner: rashedul-alam46
- Created: 2022-02-08T10:22:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T17:30:08.000Z (over 4 years ago)
- Last Synced: 2026-04-01T09:31:57.307Z (3 months ago)
- Topics: database, mssql-server, sql, tsql
- Language: TSQL
- Homepage:
- Size: 13.7 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.