Saved Bookmarks
| 1. |
What is the use of generating SQL scripts in the .NET core? |
|
Answer» It’s useful to generate a SQL script, WHENEVER you are trying to debug or DEPLOY your migrations to a PRODUCTION database. The SQL script can be used in the FUTURE for REVIEWING the accuracy of data and tuned to fit the production database requirement. |
|