Hi everyone. A few days ago I successfully upgraded our production database to the new version -SQL Server 2012. Actually, all installation process went ok, and after running Upgrade Advisor I restored the database onto a new server without any problems. The "challenge" was to upgrade existing SSRS reports and SSIS packages. I migrated the entire solution of our reports and it looked ok but trying open the data source or even click on Properties ,I was kicked off and prompt to close or restart SQL Data Tools solution.What I would recommend is to open a new project in SQL Data Tools (yes BIDS is gone) ,creating a new data source and adding report by report to the project. SQL Server will automatically upgrade them for first time you run it. Also ,SSIS package migration process went smoothly where I just needed to replace connection string for OLEDB source only.Another good thing is that now you can much easily configure SSRS and even if you specified not to "install and configure" during the installation.More over, I have not noticed any performance degradation since we moved from SQL Server 2005 after running Update Statistics on all user databases. So lets enjoy new features that were introduced and happy working with SQL Server 2012 to everyone.