Ready Roll Core for VS2017
I'm confused about how objects are handled under Source Control in Ready Roll Core.
When I import all the schema for an existing database (hundreds of views, tables, functions, and stored procs), will I have separate files for some objects like tables and views, but not for others like stored procs and functions?
So far I can't get my migration script to successfully execute so I can't see what would be created.
When I import all the schema for an existing database (hundreds of views, tables, functions, and stored procs), will I have separate files for some objects like tables and views, but not for others like stored procs and functions?
So far I can't get my migration script to successfully execute so I can't see what would be created.
Tagged:
Comments
ReadyRoll Core will not script out individual script files for objects: it will create a unique script that creates all the objects from the imported DB.
In ReadyRoll Pro, there's an optional feature that will create individual script files for some types of objects: Programmable Objects
Thank you,
Product Support Engineer
Redgate Software Ltd
Please see our Help Center for detailed guides on how to use our tools