(Marcin Policht) In one our articles recently published on this forum, we described the process of deploying a Windows Server 2012 R2 into an Azure Infrastructure as a Service (IaaS) virtual machine using the latest gallery image.
Tag: sql server
SQL SERVER – Is XP_CMDSHELL Enabled on the Server?
(Pinal Dave) I am not a big fan of using command line utilities in general. But from time to time I do explore and play around with command line tools that make my life easier.
Make Network Path Visible For SQL Server Backup and Restore in SSMS
(Ahmad Yaseen) The SQL Server Business Intelligence team at work wanted a copy of the live Data Warehouse database to be restored to their Development SQL Server by replacing the existing database for testing purposes. Checking the Development SQL Server data drive, there was no free space to fit bo
SQL SERVER – CONCAT function and NULL values
(Pinal Dave) CONCAT is the new T-SQL function introduced in SQL Server 2012. It is used to concatenate the values. It accepts many parameter values seperated by comma. All parameter values are concatenated to a single string.
Building A Reporting Solution Using Power Query
(Chris Webb) The video of my SQLBits conference session “Building a reporting solution using Power Query” is now available to view (for free) on the SQLBits website:
Display Stale Index Statistics
(Larry Leonard) This query displays all the index statistics in the current database that are more than ‘n’ days old.
SQL Server Query Performance After Index Maintenance for Reorganization vs Rebuild Operations
(Ben Snaidero) Over the course of my career as a DBA I’ve read a lot of documentation and articles on database maintenance and more specifically around index maintenance. One of the most consistent topics discussed has always been whether you should rebuild or reorganize your indexes and when to do
Internals of the Seven SQL Server Sorts – Part 2
(Paul White) The seven SQL Server sort implementation classes are:
Looking for outdated statistics
(Dennes Torres) Outdated statistics are a major cause of bad query plans in SQL Server’s.
Did You Know: LOB Parameters
(Kalen Delaney) So still no juicy bits and bytes post, only this short one to tide me over.
