I am very interested in using one of the products to do migration but not only in the database but also the file system etc.
My initial thought was i would love to read the Application.ProductVersion but it returns a string but most of the migrations need a LONG or similar?
I don't know if anybody is doing this, but my idea was having 2 distinct versions of the migrate.
1 to migrate the product i.e. Change directories, or things in the file system etc where i would use the Application.ProductVersion
- to migrate the database where i would use a version number of the database which I presume would come from a field?
Is anybody using it this way?
Any ideas which product would support something like this?
My migrations are not always database specific but sometimes application specific.
The way things work at the moment it appears that every new version would have to be a whole number i.e. 1, 2, 3 , 4 etc... and doesn't take into account minor, revisions etc..
Look forward to any insight
Thanks