Technology Survey SQL Server 2012 SP 1: Third Cumulative Update (CU3) available 09.04.2013 by Stéphane Savorgnano Three weeks ago, Microsoft published the third Cumulative Update (CU3) for Microsoft SQL Server 2012 Service Pack one. As usual, if this Cumulative Update solves an issue you are facing, install it quickly – otherwise, do not install it. Which(…)
Database management SQL Server 2012: Installing and configuring Distributed Replay 28.03.2013 by Stéphane Savorgnano Distributed Replay is a new fonctionality of Microsoft SQL Server 2012. It helps you assess the impact of future upgrades (SQL Server, hardware, OS) or SQL Server tunings by replaying a trace captured from a productive SQL Server environment(…)
Development & Performance SQL Server 2012: new perfmon counters 04.03.2013 by Stéphane Haby I have read some blog postings concerning the new perfmon counters, but I have not seen really extensive overviews yet. In this post, I would like to present not only what is new, but also what has changed (or(…)
Technology Survey SQL Server 2012 SP1: Second Cumulative Update available (CU2) 07.02.2013 by Stéphane Savorgnano A couple of days ago, Microsoft published the second Cumulative Update (CU2) for Microsoft SQL Server 2012 SP1. If this CU covers an issue you are experiencing, you should install it quickly. Otherwise, it is not mandatory. Which issues(…)
Application integration & Middleware SQL Server View problem in LightSwitch 2012 07.02.2013 by Stéphane Savorgnano I recently faced a problem in Visual Studio LightSwitch 2012 with SQL Server views. I attached an external datasource to my project and when I tried to import my view (which is very simple) I experienced some issues. Here(…)
Database Administration & Monitoring SQL Server 2012: First Hotfix for Service Pack 1 available 24.01.2013 by Stéphane Haby This month, Microsoft has released the first hotfix for SQL Server Service Pack 1. Analysis This Hotfix concerns the installation of SQL Server components and Analysis Services. If you have installed the RTM version with Analysis Service and successfully installed(…)
Technology Survey SQL Server 2012: new permissions 24.12.2012 by Stéphane Haby For this end of the year, I decided to present you the new permissions on SQL Server 2012. How to have a list of all permissions ? It’s very simple with this query: SELECT * FROM sys.fn_builtin_permissions(”) SQL(…)
Technology Survey SQL Server 2012 SP1: First Cumulative Update (CU1) now available 03.12.2012 by Stéphane Savorgnano A couple of days ago (20 November 2012), Microsoft rolled out the first cumulative update (CU1) for SQL Server 2012 Service Pack 1 (SP1). It’s just two weeks after the release of the first Service Pack (SP1) we are(…)
Database management Risk and Health Assessment Program for Microsoft SQL Server 19.11.2012 by Stéphane Savorgnano I recently had the chance to go through a so called Risk and Health Assessment Program for Microsoft SQL Server (SQLRAP) at one of our clients. The SQLRAP assesses your SQL Server implementations to ensure proper productive use. It is(…)
Business Intelligence Office 2013 and SQL Server 2012: an integrated, powerful BI solution 13.11.2012 by Stéphane Haby I have recently read that PowerPivot and Power View are natively present in Office 2013 and especially in Excel 2013. I found this fun and decided to install the preview of Office 2013!:-D First, what are(…)