When we script all Sql Server Database objects from Management Studio by right clicking on the database, and go to tasks and select “generate scripts”, will the generated scripts be in order???
When we script all Sql Server Database objects from Management Studio by right clicking
Share
If you are talking in terms of dependencies, I can confirm that it does work as you would expect. Objects that have dependencies are scripted after their dependents