(Arun Sirpal) You have the ability to actually pause SQL Server, if you are in SQL Server Management Studio (SSMS), you might have noticed it as the below image.
Tag: sql server
UPDATEs to Statistics
(Erin Stellato) The last several releases of SQL Server have introduced a slew of new features, as well as improvements in existing functionality. One area of the engine which is easy to overlook is statistics. After all, statistics still get created the same way, they still tell you about the distr
SQL SERVER – Document Your Databases with Data Dictionary and Diagrams
(Pinal Dave) A couple of months ago I told you about the new interesting tool I found for documenting existing database schemas – Dataedo. For those who don’t remember, this is a desktop tool that enables you to describe database schema elements and create ER diagrams for existing databases, and exp
Dynamic Data Masking on Azure SQL Database
(Anoop Kumar) Data security is a major requirement for any application. Every time we create an application, we must follow all security policies before going live with that application.
Drillthrough On Calculated Members In SSAS MD 2017 Using DAX Expressions, Part 1
(Chris Webb) Without a doubt one of the most useful features of SSAS Tabular 2017 is the new Detail Rows Expression property. It allows you to control exactly which columns and rows appear when you do a drillthrough – something that is particular important when you’re doing a drillthrough on a calcu
Designing a multidimensional BI semantic model
(Kim Spilker) A business intelligence semantic model is a semantic layer that you create to represent and enhance data for use in reporting and analysis applications. Microsoft SQL Server Analysis Services (SSAS) supports two types of business intelligence semantic models: multidimensional and tabul
Execute SSIS Package in Scale Out Mode – SQL Server 2017
(Rajendra Gupta) In my previous tips SQL Server vNext (SQL Server 2017) SSIS Scale Out Feature and SQL Server 2017 SSIS Scale Out Configuration we have seen that SSIS Scale Out is new in SQL Server 2017. In this tip, we will see how to execute SSIS packages using the Scale Out SSIS functionality wit
How to disable a database user
(Jack Vamvas) Question: Is it possible to disable a user on a database or do they have to be removed totally?
Using sqlmap to Test For SQL Injection Vulnerabilities
(Thomas LaRock) You may have noticed my recent articles have had a security focus. I wrote one about using SQL Server Audit to track changes made to jobs inside of SQL Agent. And another on the SQL Vulnerability Assessment feature in Azure.
SQL SERVER – What Are Ghost Records and How to Clean Them Up?
(Pinal Dave) I loved this question when I received it last week in my SQL Server Performance Tuning Practical Workshop.
