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
Can we use where clause with group by?
Can group functions be used in the order by clause in ms sql server?
Explain trigger classes i.e. Instead of and after trigger?
How to make a remote connection in a database?
What is the correct order of the logical query processing phases?
What is difference between inner join and full join?
Write a SQL query to make a column as unique?
How to write a query with a left outer join in ms sql server?
What are two difference between sql azure and azure tables?
What is the guest user account in sql server? What login is it mapped to it? : sql server security
What is a schema in ms sql server 2005?
do you know what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
What does it mean to invest in the index?
What does it mean to manipulate data?
How do you troubleshoot errors in a SQL Server Agent Job?