What happens with the old(existing) projections when running the Database Designer?
For example:
I have a query file and need to make query-bases projections? If I run the DB designer would the old projecitons will be deleted, overwritten?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can specify what happens in the Database Designer wizard (not sure what they call it).
If you choose the “deploy” option it creates the new projections, refreshes them with data, and then deletes old projections it doesn’t want the old ones. If you don’t select that, it gives you some scripts you can run on your own that do the same thing.
I usually make Database Designer produce scripts. I look it over and then create my own scripts, based on those, that create and populate new projections. Once successful, I delete old projections on my own.
I may be overly cautious.