What is SQL Server UPGRADATION?

Education and Training
my techn's picture
SQL Server UPGRADATION

Upgrading means, migrating square server old model to sq. server 2012.

 

Before up-gradation, we need to run an improve advisor tool.

 

Microsoft sq. server 2012 upgrade marketing consultant

 

Under set up menu → in planning → click upgrade guide.

 

SQL Server 2012 upgrade guide analyzes square server 2008 R2 (or) different lower version square server instances and gives results that may impact upgrade technique.

 

Steps in installing the upgrade advisor.

 

  • Open set up → visit planning → select improve guide → wizard can be open → click on next
  • Enter the server name and select the components to analyze
  • Select instance call and offer credentials
  • Select the database. If you have SSIS packages offer a route of files
  • Select run of documents
  • Select run to begin analysis
  • Once analysis entire, warnings may be displayed

There are 2 types of upgradation

 

  • Inplace improve
  • Side by side improve

Inplace Upgrade:

 

The source server turns into a vacation spot server after upgrading. It goes to install sq. server 2012 components on the antique model. All the lower version support files could be transformed into sq. server 2012 supportable. This form of upgradation in Inplace upgrade.

Read more SQL Server DBA Online Training 

 

Advantages:

 

  1. Fast, smooth and automated procedure
  2. No additional hardware required
  3. Instance calls might be identical as earlier.

Disadvantages:

 

  1. SQL Server might be in the offline state all through upgrade hence we've got downtime.
  2. Rollback procedure may be very complex
  3. Source server may be affected

Inplace upgrade procedure from Installation →from installation → choose an upgrade from square server 2008 R2 and continue the final installation procedure.

 

Side-by-Side

 

Side by side upgrade consists of putting in sq. server 2012 and moving vintage server databases to the new server much like migration procedure.

 

Advantages:

 

  1. Upgrade system is online without affecting business
  2. The minimal downtime required in redirecting the person requests from sq. 2008 R2 to square server 2012.
  3. Selected databases can migrate
  4. Full control on upgradation
  5. Rollback might be clean as original server nonetheless available

Disadvantages:

 

1.manual process

 

Side -by-facet system

 

2. Follow the equal manner which achieved in migration like a script out logins, jobs and take backup and keep.

 

3. Install square server 2012

 

4. Copy the database backups and restore

 

5. Create logins and jobs by walking scripts

 

6. Find and fix orphaned users.

 

7. Verify database connectivity and functionality.

 

Post upgrade checks

 

  • Change compatibility level
  • Check integrity of objects
  • Set page verifications the usage of CHECKSUM

Update facts

Change the compatibility level of the database as soon as up-gradation entire successful usage of command alter database sq. take a look at 2012 set compatibility level=110

 

Check integrity:

 

Check integrity of database using command DBCC CHECKDB(database name)

 

Page verification:

 

CHECKSUM verifies the computation of page and effects are stores in the web page header. Using command alter DB dbname set PAGE_VERIFY CHECK SUM with NO_WAIT.

 

Updating information:

 

The facts need to replace after upgrade to get full functions of enhancement in sq. 2012. Sp_ms for each table ‘UPDATE STATISTICS’? With FULLSCAN

 

Get in-depth knowledge about SQL Server to read SQL Server DBA online training Hyderabad from onlineitguru.com with the help of the realtime project.