(James Serra) I have heard some people say if you have a data warehouse, there is no need for cubes (when I say “cubes” I am referring to tabular and multidimensional OLAP models). And I have heard others say if you have OLAP cubes, you don’t need a data warehouse.
Tag: sql server
How to Resize tempdb
(Greg Larsen) When you are setting up a new SQL Server machine you need to determine how big you should make tempdb. Not an easy task to get it right out of the box.
Restarting the SQL Service may fail occasionally with the error, ‘TCP port is already in use’
(Shreyas R Gowda) Today, I was working with one of my clients with an issue where the application fails to connect to SQL server. The issue was encountered with the restart of the SQL services. The initial connections go through but within a very short duration the connections starts to fail.
How SQL DISTINCT and ORDER BY are Related
(lukaseder) One of the things that confuse SQL users all the time is how DISTINCT and ORDER BY are related in a SQL query.
General availability: SQL Database auto-failover groups – and it looks awesome
(Denny Cherry) A really great feature in Azure SQL DB went GA today. That feature gives you and SQL DB the ability to automatically fail databases over to a Secondary replia, without having to configure your application to handle that failover. You point your application at a VIP and that VIP will a
SQL SERVER – Database Mail Error: The SMTP Server Requires a Secure Connection or the Client was not Authenticated. The Server Response Was: 5.5.1
(Pinal Dave) Have you ever configured database mail using Gmail account? There are many articles on the internet describing the steps. In this blog, we would learn about fixing an error “The SMTP server requires a secure connection or the client was not authenticated” which you might see when databa
Performance Myths: The query result cache
(Andy Mallon) I was recently doing a training session when a developer commented that it was OK to run an expensive query twice because on the second execution, SQL Server would use the “results cache” and be “practically free”.
Public Preview of Table Variable Deferred Compilation in Azure SQL Database
(Joseph Sack) Last year SQL Server 2017 and Azure SQL Database introduced query processing improvements that adapt optimization strategies to your application workload’s runtime conditions.
Data Science for SQL Server Professionals
(Nat Sundar) What is Data Science and what is the life cycle of a Data Science project?
SQL Server Spatial: Extract LineStrings in GeometryCollection to create LineString
(Simon Greener) I had need today to create a function that extracts all linestring elements from a GeometryCollection and returns a LineString or a MultiLineString.
