What is difference beteen Migration and Upgrdation?
Answer Posted / pavan
I can say simply.. Migration is the database level..moving the data of db from one server to another or from one environment to another..
Upgradtion is the instance level ..replacing old version with new version. Ex: SQL server 2005 to SQL server 2012.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Can sql servers linked to other servers like oracle?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
what is the difference between delete table and truncate table commands? : Sql server database administration
Name the different type of indexes in sql?
Explain about remote stored procedure?
List out the differences between the clustered index and non-clustered index in sql server?
Why use stored procedures in sql server?
How to copy the tables, schema and views from one sql server to another?
Which language rdl files made of?
Explain cursor as data base object?
Explain sql delete command?
Is there any difference between primary key and unique with the not null condition?
How to disable stored procedure sql server?
Why the trigger fires multiple times in single login?
What are the differences between char and nchar in ms sql server?