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(…)
Application integration & Middleware Overview of Microsoft Visual LightSwitch 02.11.2012 by Stéphane Savorgnano Microsoft Visual Studio LightSwitch is a new application development tool wich allows to create fast and nice web and desktop applications. The development environment is the same as the other .NET development tools and creating a new application with(…)
Database management SQL Server 2012: SQL Server Data Tools (SSDT) – Schema and Data Comparison 10.10.2012 by Stéphane Haby In my life prior to SQL Server, I worked with Visual Studio Team System (VSTS). The “Schema and Data Comparison” feature of SQL Server 2012 Data Tools is a direct descendant of Visual Studio for Databases Professionnals (aka Data Dude)(…)
Database management SnapManager for SQL Server: databases limitation policy 06.09.2012 by Stéphane Haby I recently talked to a customer about SnapManager, its recommendation on the number of databases and about a way to prevent the creation of more than 35 databases. The NetApp recommendation is no more than 35 databases on a single(…)