(John Miner) Some technical problems do not lend themselves to storing and retrieving data from a predefined table. The popularity of NoSQL databases started with companies such as Facebook, Google and Amazon when working with big data problems and/or real time web applications.
Tag: sql server
SQL SERVER – Simple Script to Create a Login and User for a Specific Database with System Admin Rights
(Pinal Dave) A very popular question I often receive about SQL Server security is what is the difference between SQL Server Login and SQL Server User. I really love this question as I bet only 5% of SQL Server professionals I met know the answer to this question.
Azure Data Lake Analytics and U-SQL Spring 2018 Updates: Parquet support, small files, dynamic output, fast file sets, and much more!
(MRys) It is high time for the release notes for all the cool features we released over the winter as well as listing all the pending deprecation items and breaking changes.
Check current patch levels for all SQL Servers in enviornment
(Pablo Echeverria) Usually when a new database server gets built, it has the latest operating system service pack, and SQL Server is also installed with the latest service pack. Unfortunately, when there are many servers and instances, it’s easy to forget to patch them all, both at the OS level and
Azure SQL Database / SQL Server – Paused Index Rebuild
(blobeater) I was creating some demo non-clustered indexes in one of my Azure SQL Databases and received the following warning when I executed this code:
A New Approach To Handling SSRS Multi-Valued Parameters in DAX Queries
(Chris Webb) Back in 2012 I wrote a blog post explaining how to handle multi-value parameters in DAX queries in Reporting Services reports. The approach I took back then was basically:
Azure SQL Database and GDPR Compliance
(Marcin Policht) In recent years, technology landscape has undergone dramatic changes, driven primarily by cloud computing and a continuously increasing level of attention dedicated to security, privacy, and compliance. As recent revelations related to improper use of consumer data by social network
SQL SERVER – FIX: Msg 22004 – The Log File is Not Using Unicode Format
(Pinal Dave) Recently, I was playing with some settings in SQL Server Agent and encountered an interesting issue. In this blog we would learn about how to fix error Msg 22004 – The log file is not using Unicode format.
SQL SERVER – DPM Backup Failure – E_COORD_LOG_CHAIN_BROKEN – The Backup Failed Because of a Gap in The LSN the Log Files
(Pinal Dave) If you are a SQL DBA then this blog might be a quick refresher for you. I am writing this for Data Protection Manager (DPM) Administrators who are not aware of the cause of the issue.
Extended Events, the system_health Session, and Waits
(Grant Fritchey) I advocate for, use, document, teach, and just downright love, Extended Events. They are so much better than the old Trace Events (aka, Profiler) that it’s sometimes difficult to keep from just gushing. Let’s talk about a common situation that you’re going to run into on your server
