Upgrade from 2005 and 2008 R2 to 2012 SP2

My project is getting ready to upgrade from SQL Server versions 2005 and 2008 R2 to SQL Server 2012.
Is there any known issues that we should look out for?
For SQL Server 2005, we are only running the Database Engine, Full text search and SQL Server Agent. 
For SQL Server 2008 R2 we are running Database Engine, Full Text Search, SQL Server Agent, Analysis Services, Reporting Services, and Integration Services.
DJ

Hello,
A new full-text search service was introduced on SQL Server 2008, so about upgrading full-text search from SQL Server 2005 to SQL Server
2012, please read the following article:
http://msdn.microsoft.com/en-us/library/ms142490(v=sql.110).aspx
On the post-installation tasks, please repopulate the full-text catalogs.
To what edition of SQL Server 2012 you are upgrading? Do you know about the core-based Enterprise licensing
Have you run Upgrade Advisor? Please read the following technical article too:
http://download.microsoft.com/download/9/5/3/9533501A-6F3E-4D03-A6A3-359AF6A79877/SQL_Server_2012_Upgrade_Technical_Reference_Guide_White_Paper.pdf
About Analysis Services, please read the following:
http://technet.microsoft.com/en-us/library/ms143742(v=sql.110).aspx
http://technet.microsoft.com/en-us/library/ms143229(v=sql.110).aspx
http://technet.microsoft.com/en-us/library/ms143682(v=sql.110).aspx
Hope this helps.
Regards,
Alberto Morillo
SQLCoffee.com

Similar Messages

  • Upgrade from 2005 to 2008 R2 did not work

    I upgraded from 2005 to 2008 R2 32-bit this weekend. The upgrade gave me and error about not finding sqladmin so canceled and finished upgrade.  Database is still running on sql 2005. In the detail log it shows this. How do I get it to upgrade? Do I
    just run the install disk again?
    Thanks.
    Kevin
    Sql Server 2008 R2   MSSQLSERVER.INACTIVE MSSQL10_50.MSSQLSERVER         Database Engine Services                 1033                      
                   10.50.1600.1    No        
      Sql Server 2008 R2   MSSQLSERVER.INACTIVE MSSQL10_50.MSSQLSERVER         SQL Server Replication                   1033                  
                       10.50.1600.1    No        
      Sql Server 2008 R2   MSSQLSERVER.INACTIVE MSSQL10_50.MSSQLSERVER         Full-Text Search   

    Hello,
    Please try the workaround posted on the following post:
    http://blogs.msdn.com/b/baliles/archive/2012/04/27/how-to-fix-a-failed-sql-2005-2008-r2-or-2012-install-upgrade-mssqlserver-inactive.aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Reports can't be upgraded from 2005 to 2008

    I have converted all my rdl reports from 2005 to 2008 through BIDS conversion wizard.I have also converted the XSD file from 2005 to 2008.
    When I try to load the report locally(through dotnet code), I am getting below run time error.
    The report definition is not valid.  Details: The report definition has an invalid target namespace 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition' which cannot be upgraded.
    Could you please help me to resolve this issue?.

    Hi Dikshan,
    As per my understanding, we can directly use Business Intelligence Development Studio (BIDS) Conversion Wizard to upgrade reports from 2005 to 2008. While in the upgrade process, we may run into the failed upgrade process, then we may receive the error message.
    Based on my research, the reason why this issue occurred is that there are some assembly still refer to 8.0.0.0 version, other than 9.0.0.0 version. So we should manual change the 8.0.0.0 version string with 9.0.0.0. For more details, please refer to the
    following blog post by Brian Hartman:
    http://blogs.msdn.com/b/brianhartman/archive/2010/06/07/upgrading-web-application-projects-to-vs-2010.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • SQL Server reporting services error "URl has already been reserved" while doing upgrade from SQL server 2008 R2 to SQL server 2012

    "URl has already been reserved".
    Reporting services for port 80 and 443 works fine both for reports and reportingserver on SQL server 2008 R2. But when I try to upgrade from SQL server 2008 R2 to 2012 this error pops up. How to make sure before upgrading regarding reporting services that
    URL reserves and SSL are fine  or how to fix reporting services are upgrade like repair install.
    Thanks

    Hi yashmitl,
    In your case, please running the following command to check the current URL reservations on http.sys.
    netsh http show urlacl
    Then, please delete the URL reservation by executing the following command try to resolve the issue.
    netsh http delete urlacl <url>
    There is a similar issue, you can refer to it.
    http://social.technet.microsoft.com/Forums/en-US/d5204dd3-e26d-4592-8ef0-a94005fc46a5/the-url-has-already-been-reserved?forum=sqlreportingservices
    Hope this helps.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Upgrade from 2005 express to 2008 r2 express - provisionsystemaccounts.sql error

    Hi,
    I’ve been upgrading several of my clients and ran into this problem for one of them.
    When doing the upgrade I got..
    Looking at the error logs indicated..
    2015-03-21 11:54:07.58 spid7s     
    Database 'master' is upgrading script 'provisionsystemaccounts.sql' from level 0 to level 2.
    2015-03-21 11:54:07.59 spid7s     
    2015-03-21 11:54:07.59 spid7s     
    Starting provisionsystemaccounts.sql ...
    2015-03-21 11:54:07.59 spid7s     
    2015-03-21 11:54:08.02 spid7s     
    Error: 15151, Severity: 16, State: 1.
    2015-03-21 11:54:08.02 spid7s     
    Cannot find the user 'FILESERVER01\SQLServer2005MSFTEUser$FILESERVER02$ORSQLEXP', because it does not exist or you do not have permission.
    2015-03-21 11:54:08.03 spid7s     
    Error: 912, Severity: 21, State: 2.
    2015-03-21 11:54:08.03 spid7s     
    Script level upgrade for database 'master' failed because upgrade step 'provisionsystemaccounts.sql' encountered error 15151, state 1, severity 16. This is a serious error condition which might interfere with regular operation and the database will be
    taken offline. If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database
    so that the script upgrade steps run to completion.
    2015-03-21 11:54:08.03 spid7s     
    Error: 3417, Severity: 21, State: 3.
    2015-03-21 11:54:08.03 spid7s      Cannot recover the master database. SQL Server is unable to run. Restore master from a full backup, repair it, or rebuild it. For more information about how
    to rebuild the master database, see SQL Server Books Online.
    2015-03-21 11:54:08.03 spid7s   
      SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.Running the Repair from the Installation centre
     brings up the same error.
    I noticed that the instance appears to be upgraded but basically the service won’t run. I can start it but it just stops again.
    So I found this which seems the same as my problem..
    https://ilkirk.wordpress.com/2011/03/07/in-place-sql-upgrade-error-2005-to-2008/
    Even though I can start the SQL Services using point 1 from the link above I can’t connect to sql using DAC.
    The sqlcmd won’t work and trying to connect through SSMS.
    > SQLCMD –E –A. I’ve also tried >SQLCMD FILESERVER1\ORSQLEXP –E –A and get the same results
    HResult 0xFFFFFFFF, Level 16, State 1
    SQL Server Network Interfaces: An error occurred while obtaining the dedicated administrator connection (DAC) port.
    Make sure that SQL Browser is running, or check the error log for the port number [xFFFFFFFF].
    When I try to connect to DAC via SSMS I get ..
    So I seem to currently have 2 problems, one using sqlcmd/DAC and the other with provisionsystemaccounts.sql.
    The sqlbrowser is running but from 90 (not sure if that matters) and I have removed (following online research) the 80 and 90 binn settings from the PATH just leaving 100 but this hasn’t changed the errors.
    I’ve tried enabling DAC using this advice below but it hasn’t made any difference. The service keeps stopping and no SQLCMD action.
    http://www.mssqltips.com/sqlservertip/2538/enabling-dedicated-administrator-connection-in-sql-server-2008-express-edition/
    So after trying numerous options I currently stumped.

    An update to this. I can now DAC via sqlcmd.
    Following the advice on
    [url]https://ilkirk.wordpress.com/2011/03/07/in-place-sql-upgrade-error-2005-to-2008/[/url]
    I'm at point 3
    3.Issue a ‘create login’ command to create the user / group you’re missing, followed by the all important GO
    and I'm a bit unclear on what to do. The user according to the error log is 'FILESERVER01\SQLServer2005MSFTEUser$FILESERVER02$ORSQLEXP'
    and I tried
    >sp_addsrvrolemember 'FILESERVER01\SQLServer2005MSFTEUser$FILESERVER02$ORSQLEXP', 'sysadmin'
    >go
    adding this seemed to work without error but running the repair from the installation centre bought up the exact same error as before.
    So, bearing in mind using the advice from the above link
    Have I added the user to the correct group?
    If not how do I do that?
    In the advice he also mentions..
    Now – why did this happen?  Well, in my situation it seems to be related to the fact that I upgraded the default instance first which also upgraded the Full Text Engine.  That, in turn, removed the Full Text Engine user group from the local groups. 
    In particular, I was missing “<ServerName>\SQLServer2005MSFTEUser$<ServerName>$MSSQLSERVER”.  Note the fact that it mentions the default instance, not the named instance!
    The SQLServer2005MSFTEUser login refers to a local Windows group that is used for controlling access to the Full Text Engine.  I suspect that when I upgraded the default instance, the installer removed the group from Windows, but not necessarily
    from the named instance of SQL.  Once I recreated the group, granted my service account access to mirror the other similar groups, and added that login back into SQL via the DAC, everything went fine from there.
    thanks,

  • SQL Server 2000, 2005 and 2008 migration

    Hi,
    we have to migrate SQL Server 2000, 2005 and 2008 to SQL Server 2014. Can anyone please help with some good links to migrate DTS and SSIS package from 2000, 2005 and 2008 to SQL Server 2014?
    Regards,
    Satendra Singh

    Please see these links:
    Migration SQL Server 2000 to SQL Server 2012
    Migrating to SQL Server 2014
    T-SQL Articles
    T-SQL e-book by TechNet Wiki Community
    T-SQL blog

  • How to deploy MS Sql Server 2005 and 2008 jdbc driver

    Hi SAP Guru's
    Can somebody tell me how to deploy the jdbc driver of MS SQL Server 2005 and 2008 on SDM.
    According to the SAP instruction we should have 3 files(mssqlserver.jar,msbase.jar,msutil.jar) but in 2005 driver file we only have 1 file i.e sqljdbc.jar so how do i deploy it .
    Secondly i cannot deploy it on visual administrator as well and when i am doing the File to jdbc scenarion i am getting this error
    " Accessing database connection "jdbc.sqlserver://localhost:1433;DatabaseName=Employee failed DriverManagerException. Cannot establish connection to URL jdbc.sqlserver://localhost:1433;DatabaseName=Employee  SAPClassNotFoundException com.microsoft.sqlserver.jdbc.SQLServerDriver".
    can somebody please upload the screen shots on mediafire or any other site so that i will solve my problem.

    Hello,
    *OS: First of all: *
    3 files (msbase.jar,mssqlserver.jar and msutility.jar )should be zipped to aii_af_jmsproviderlib.zip file only for UNIX OS.
    For Windows OS only sqljdbc.jar file which in every version of JDBC driver should be zipped to aii_af_jmsproviderlib.zip.
    You can deploy JDBC driver through SDM tool which mention in guide below:
    New version of JDBC driver installation guiade:
    External Driver Configuration for Process Integration 7.0
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60237e74-ef19-2b10-5a9b-b35cc6a28e83
    Drivertool from this guide you can find at https://www.sdn.sap.com/irj/sdn/howtoguides
    Then Exchange Infrastructure How-to Guides for SAP NetWeaver 2004 HYPERLINK "https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f04ce027-934d-2a10-5a8f-fa0b1ed4d88f"
    How to Install and Configure External Drivers for JDBC & JMS
    AdaptersHYPERLINK "https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e00262f5-934d-2a10-b99c-9bc63c2a7768"
    Download attached system files (ZIP 16KB)
    Any questions - let me know
    BR,
    Dzmitry

  • SSIS migrated from 2005 to 2008

    Hi,
    SSIS migrated from 2005 to 2008. The job ended successfully and text reports were created. However, in job history indicates the step still running. What did I miss during migrating SSIS process? Thanks.
    Chris

    Click on Refresh button changed nothing?
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • I have an iMAC/OsX from 2005 and now cannot anymore download and exicute programs (both net and installing CD). Any settings/preferentials which I should look at?

    I have an iMAC/OsX from 2005 and now cannot anymore download and exicute programs (both net and installing CD). Any settings/preferentials which I should look at?

    Unfortunately what you need is something that is designed for PowerPC Macs.  Stuff that is designed for Intel Macs will not work.  The PowerPC (PPC) Mac software is getting scarcer.    Macs in 2006 shifted to Intel CPUs.  Stuff that is designated Universal will work, and you can buy the retail 10.5 if you have no Mac OS 9 related software that needs to load.  If you partition your hard disk, or use an external Firewire hard drive partition just for booting into 10.4.11 or earlier, you can still use Classic for Mac OS 9.  My user tip here discusses your options:
    https://discussions.apple.com/docs/DOC-2275
    Don't dump your PowerPC Mac yet, Appleworks has no equivalent in the Intel Mac world once upgraded to Mac OS X 10.7 or later, and this tip covers Appleworks:
    https://discussions.apple.com/docs/DOC-2522
    So you are unfortunately stuck in the transition period, but if carefully reviewed can be done right if you ready all your documents for the transition when you can afford it.

  • Upgrade from Training and Events managment to SAP LSO

    Hi,
    We've upgraded from Training and Events management to SAP LSO 604 and during that process we have run the execute booking relationship harmonization node in IMG.
    We still have references to Business event groups and Business event type in themaster data catalog instead of Course groups and Course types. Are we missing something?
    Thanks,
    Swathi.

    Hi Swathi,
    You have not missed anything, they  resemble the same both in TEM & LSO so dont worry.
    Go Ahead >>>>>>>>>>>>>>
    Regards
    Rafi

  • I own Creative suite 5, itself an upgrade from cs3 and want to open Nikon d800 files

    I own Creative suite 5, itself an upgrade from cs3 and want to open Nikon d800 files?

    Hi,
    From within photoshop cs5 go to Help>Updates to install the latest updates for your cs5 applications
    including camera raw 6.7 which should open the D800 camera raw files.

  • My name is Lior Sasi from Israel and on November 30th 2012 I bought an Iphone 5 at your store.

    Hello Apple store Amsterdam
    My name is Lior Sasi from Israel and on November 30th 2012 I bought an Iphone 5 at your store.
    Unfortunetly Ive lost the recipt and I would like you to send me a copy of it.
    My device model is: Iphone 5 32 g.b
    The IMEI is: 013409004538805
    I paid for it with cash.
    Thank you very much.
    Lior Sasi, Israel

    http://www.apple.com/nl/retail/
    or Call them in Amsterdam

  • Upgrade from SCOM 2007 R2 to SCOM 2012 R2 on a single server

    we are planning to Upgrade from SCOM 2007 R2 to SCOM 2012 R2 on a single server.We are planning to do in place upgrade.

    If you looking for a guide, check : http://blogs.4ward.it/how-to-upgrade-to-scom-2012-from-scom-2007-inplace-upgrade/
    MS documentation for the upgrade is located at: http://technet.microsoft.com/en-us/library/hh476934.aspx
    thx
    Pranav

  • Database upgradation from SQL Server 2008 to 2012

    Hi Experts,
    I am upgrading MSSQL 2008 to MSSQL 2012. This box contains all of the DBs for our Sharepoint installation.
    We have identified that we can run the setup wizard to change the database and basically restore a backup from the 2008 database onto the 2012 database running in 2008 compatibility mode. But what should be done about the SharePoint Foundation database running
    on the 2008 database?
    Help  me to resolve the issue.
    Regards
    Prakash M

    Hi Prakash,
    Here you are the steps i have used while doing such upgrade:
    To Migrate SharePoint DBs from SQL Server to another either same version or to a new version (2008 to 2008 or 2008 to 2012) you can follow the following steps:
    Stop all SharePoint and IIS Related Services.
    Stop IIS.
    Detach all related SQL Server databases.
    Configuration database
    Central Administration content database
    Content databases
    Service application databases
    Move all database files (.mdf, .ldf, and .ndf) to the new server.
    Set up same user permissions on the new SQL server.
    Attach your databases to the new SQL Server.
    Verify ports in your new SQL server.
    Go to your SharePoint server and create your SQL Server Alias.
    Start all your SharePoint service
    Hope this is helpful
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

  • Upgrade from Windows Server 2008 R2 SP1 to Windows Server 2012 R2

    Hi, I was trying to setup a new DC for our company, originally it's DC is Windows Server 2003 SP2, we decided not tomigrate it and instead build a new one from scratch which is Windows Server 2008 R2 SP1. I was able to set it up, perform windows updates,
    added roles, perform Domains and Trusts, etc
    When suddenly our global standards shifted to Windows Server 2012 R2, so instead of creating another server from scratch, this is the time to upgrade from 2k8 to 2K12 R2, besides the MAPtool which I've downloaded to check for prerequisites, etc, are there
    other things I need to be aware of? backups? etc.
    Regards,
    Jeff
     

    Hi,
    You can
    insert Windows Server 2012 R2 DVD into the DVD-ROM and click onRun
    Setup.exe. You can refer to the link below:
    Windows Server 2008R2 in-place upgrade to Windows Server 2012/2012R2
    Note:
    Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure
    that you completely understand the risk before retrieving any suggestions from the above link.
    Best regards,
    Susie

Maybe you are looking for

  • BI Publisher Caching issues

    Hi Folks - I'm having trouble with a caching problem in BI Publisher. Recently on some reports, after refereshing data in the source database I retrieve results that are not consistent with the source data. The problem has manifested in a couple of d

  • Problem update ios 4.2 - Windows Vista or Mac: does it matter? pls advice.

    been trying to update my iPad to ios 4.2 for 10x, but no good result. been following every possible advices from people in forum who have succeeded updating: -uninstall & reinstall itunes -put iPad in recovery & DFU mode -reset iPad to default settin

  • Weird green changes on zoom and softwares

    Hi there, I have an issue with a peculiar green (#98f7ab) and I would like to know why. First I was working on InDesign v9. But I wasn't able to use the right green (see the image below) so I changed for Photoshop v14. The difference is dramatic. So

  • Transitions with still pictures?

    Hi I have tried hours to make a transition with still pictures in the timeline. I can't figure out what I do wrong. The transitions are placed in the beginning of the video, but I want them to have a nice fade of still pictures into video. I work wit

  • Canon 5D footage

    Anyone worked with the new HD material shot with a Canon 5DII DSLR? Be interested in your thoughts on it, how it looks and how it edits...