(Joe Celko) If the design of a relational database is wrong, no amount of clever DML SQL will make it work well. Dr. Codd’s Information Principle is that you have, inside the entity tables, the columns that model the attributes of that entity. The columns contain scalar values. Tables that model rel
Tag: sql server
AD Authentication and Azure SQL Database
(blobeater) Setting up AD authentication with Azure SQL Database sounds simple, it is assuming you plan carefully. I did run into issues but once rectified it felt great using AD authentication in Azure rather than just SQL logins.
Data Privacy Settings In Power BI/Power Query, Part 2: Preventing Query Execution
(Chris Webb) In part 1 of this series I showed how the data privacy settings in Excel Power Query/Get & Transform and Power BI could impact the performance of your queries. In this post I’m going to show you how they can stop a query from running at all.
Azure SQL databases in logical servers, elastic pools, and managed instances
(Jovan Popovic) Azure SQL Database is a Database as a Platform service designed for applications that will use database as self-contained service. Databases can be grouped together to simplify management options or share the resources. There are different options that can be used to bound databases
SQL SERVER- Error: 18204, Severity: 16 – Backup Failure – Operating System Error 1240 (The Account is not Authorized to Log in From This Station)
(Pinal Dave) Whenever you are into a business of “fixing the issue” – you should always find in error message first. The whole approach of solving the issue changes if we go behind the wrong error message. Let us learn about the error Backup Failure.
Why Clustered Index (Primary Key) key Should be as Narrow as possible
(NEERAJ Sharma) In this article we will learn why a Clustered Index should be as narrow as possible.
SQL SERVER – How to Change Database Compatibility Level?
(Pinal Dave) After watching my free webinar the most popular question, which I receive is about Database Compatibility Level.
How to manipulate data during import in SSAS Tabular vNext
(Siddharth Mehta) Data is not always in the exact desirable format from the source system. Modulating data in-flight during the import process, reduces the need to make modifications to the schema and/or data post import.
Introduction To SET STATISTICS IO On SQL Server With Examples
(NEERAJ Sharma) You might already seen plenty of articles on the same topic, but today we will see all this with simple explational and an example to understand what actually the SET STATISTICS IO ON tells us?
Database Blob Auditing Policy using .NET C#
(Vitor Faria Tomaz) We have a good example on how to use C# to create an Azure SQL database with the Microsoft Azure SQL Management Library for .NET at https://docs.microsoft.com/en-us/azure/sql-database/sql-database-get-started-csharp
