What is difference beteen Migration and Upgrdation?
Answer Posted / thrilok
Migration is the process of taking the backup and restore into the target server (One or More).
Down time is not mandatory.
Man power is required.
Upgradation is the process of replacing the old version of sql server with the new version of sql server.
Down time is mandatory for upgradation.
Man power is not required.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to remove duplicate rows from table except one?
What is schemabinding a view?
How can you ensure that the database and sql server based application perform well?
explain different types of constraints? : Sql server database administration
What xml support does the sql server extend?
What is a recursive stored procedure in sql server?
What is snapshot replication?
What is the meaning of sql server?
How to create a new login name in ms sql server?
Does the order of columns in update statements matter?
how to create a scrollable cursor with the scroll option? : Sql server database administration
What is the purpose of indexing?
What are audit control procedures?
How do you migrate data from mssql server to azure?
What are the parts of a function?