(Pinal Dave) A week ago, I saw a notification about the release of dbForge SQL Complete 5.5. As a long-time user of this product, I have updated to the new version. A week later I decided to share my impressions of the new version of SQL Complete.
Tag: sql server
Slash star, dash dash: Be obsessive about comments
(Jen McCown) I’m working on a new session* that I’ve named “T-SQL’s Hidden Support Feature”. It’s about comments. I’ll get to the reasons why I’m writing and presenting an hour long session on /* */ and — a bit later, but first: Why am I calling comments a “hidden support feature”?
#0380 – SQL Server – Basics – Specify Scale and Precision when defining Decimal and Numeric datatypes
(Nakul Vachhrajani) I had some interesting conversation during a code review that I was asked to conduct for a simple query that a team had written to support their project monitoring. The team was specializing in quality assurance and had minimal development experience.
Managing Members in a Power BI Group Workspace
(Melissa Coates) As discussed in my post about Sharing and Security in Power BI, a group workspace in Power BI is our best option currently for organizing content by subject area, and/or by security boundaries.
SQL SERVER – Setting Firewall Settings With Azure SQL Server VMs
(Pinal Dave) Recently I had a session around using SQL Server on Azure and during this session one of the questions was to access the SQL Server in a Hybrid Setup.
What is the Lambda Architecture?
(James Serra) Lambda architecture is a data-processing architecture designed to handle massive quantities of data (i.e. “Big Data”) by using both batch-processing and stream-processing methods.
SQL Azure != SQL Server
(Denny Cherry) This may come as shocking news to some, but Microsoft SQL Server and Microsoft Azure SQL DB (Azure SQL Database, Azure SQL DB, SQL Azure Database, or whatever name you know it as) are very much not the same thing.
8 Ways To Be Successful With Microsoft Azure SQL Database
(Thomas LaRock) I’ve been working with Microsoft Azure SQL Database on and off for more than six years now. Over that time a mistake I continue to see with Microsoft Azure SQL Database deployments is how users don’t think of it as a distinct platform from SQL Server.
Publishing SQL Server Master Data Services Data
(Siddharth Mehta) Once data has been organized and stored in a SQL Server Master Data Services data model, the data also has to be published, so that the subscribing systems can consume the data as required. Extracting the master data from the complex internal data model is neither an optimal or eff
What’s the difference between LEFT and RIGHT OUTER JOINs?
(Kenneth Fisher) What’s the difference between LEFT and RIGHT OUTER JOINs?
