Database Administration & Monitoring Set the SQL Native Client Default Port with PowerShell 12.07.2016 by Stéphane Haby I written an article about “SQL Server 2012: Configuring your TCP Port via PowerShell” and I received a question from PaulJ: “How do you set the port for(…)
Database Administration & Monitoring, Development & Performance, Technology Survey SQL Server 2016 – Query Store: retrieve query that doesn’t appear! 28.06.2016 by Stéphane Haby For our event SQL Server 2016 in September, I am studying the new functionality Query Store. My colleague David Barbarin have written few months ago about Query(…)
Technology Survey Trace Flag 4199 or not in SQL Server 2016? 28.06.2016 by Stéphane Haby Some Trace Flag like T1117 and T1118 are no more needed as you can read on David’s blog. But that’s not all, you have also the T4199… What’ does the Trace Flag T4199? This Trace Flag(…)
Database Administration & Monitoring SQL Server 2016: RTM first installation 15.06.2016 by Stéphane Haby I was very surprise with this new version of SQL Server and his installation. The first point is that we don’t need any more to install the framework .Net 3.51 manually… The second main point is the configuration of TempDB(…)
Database management SQL Server 2005 decommissioning failed! 20.05.2016 by Stéphane Haby The support for SQL Server 2005 is no more available, so we are migrating all the latest databases running under SQL Server 2005 to SQL server 2012 or higher! Last(…)
Business Intelligence, Database Administration & Monitoring, Database management SQL Server 2016: new tools management strategy 19.05.2016 by Stéphane Haby A lot of customer’s feedbacks are about difficulties to find easily SQL Server tools. Now, it is easier… 😉 A unified web page for SQL Server Tools The first good news is that Microsoft unified and gathered these tools(…)
Database Administration & Monitoring SQL Server 2016: Extended Events are more powerful as Trace Flag for Backups and Restores 12.05.2016 by Stéphane Haby Before SQL Server 2016, we use Trace Flag to display information about backup and restore operations like the 3004, 3014, 3213 or 3604. Here a link to the MSDN with a great(…)
Database Administration & Monitoring SQL Server: Now Cumulative Updates (CU) need to be install! 10.05.2016 by Stéphane Haby Since this year, Microsoft recommends to install Cumulative Updates (CU) like Service Packs (SP) In the past, Microsoft always recommended to apply the Service Packs and security fixes for SQL Server. Cumulative Updates were applied only if(…)
Application integration & Middleware Attunity Replicate: Replicate numeric data types from Oracle to SQL Server is easy 04.05.2016 by Stéphane Haby After the good article “A short glance at Attunity replicate” from Franck Pachot, I will continue to explain our test on Attunity Replicate with datatype and how this(…)
Development & Performance, Technology Survey SQL Server 2016: Microsoft R Server 04.05.2016 by Stéphane Haby In my last article, I wrote about the R Services into SQL Server. Now, Microsoft provides an open source R platform to complete this new SQL Server integrated feature in 2016.