(Kenneth Fisher) I recently had the task of deleting a bit over a billion rows from a table. Now I could have done just this:
Tag: sql server
Azure SQL Database vCore
(blobeater) vCore based performance levels are very new, currently in preview and not yet rolled out to all Azure regions (The preview is not available in the following regions: West Europe, France Central, UK South, and UK West.). It does offer a totally different approach to sizing your database.
Lesson Learned #43: Using partitioning option for Azure SQL database
(Jose M Jurado) Some days ago, I have been working on advisory service request where our customer asked for partitioning option for Azure SQL database. They found the guidelines but when they tried to implement it, they got the error message: ‘filegroup’ is not supported in this version of SQL Serve
Setting SQL Server Configuration Options with AWS RDS Parameter Groups
(Douglas Correa) Amazon Relational Database Service (Amazon RDS) is a web service that makes it easier to set up, operate, and scale a relational database in the cloud. But, RDS does not currently support all features of SQL Server that you might be used to. In order to deliver a managed service exp
Data Collection: How To Gather Meaningful Data
(Thomas LaRock) The ability to gather meaningful data is as important as the insights the data can generate. Those insights, the end result of any data collection, is what people see and judge.
TEMP is A Four Letter Word
(Bert Scalzo) It’s not uncommon to observe rampant over reliance of database application code on TEMP tables, most often as a SQL language programming crutch. I have a theory as to why.
SQL SERVER – FIX: Error: 5511 – FILESTREAM’s file system log record under log folder is corrupted
(Pinal Dave) Many times, people have asked me to share my experiences as a freelance consultant. This is one of the experiences I would like to share. Sometimes, I have been in a situation where I have to ask a restart of SQL Server.
Why Are You Dropping and Recreating Your Indexes?
(Greg Larsen) Do you have data load processes that drop indexes to optimize the load process? Are you dropping those indexes in one step, then loading data into your table, only to recreate the indexes in a post data load step?
Azure SQL DW – Let’s Shuffle?
(blobeater) Initially, the main focus of this post was going to be quick and about using the latest version of SSMS (SQL Server Management Studio) to check out execution plans for Azure SQL Data warehouse (DW). I got a little side tracked by a certain operation called – SHUFFLE, because, I like the
Exploring Azure App Service – Introduction
(Andrew B Hall) Have you ever needed to quickly stand up a web site, or web API app that was publicly available? Is your team or organization thinking about moving to the cloud but aren’t sure the best place to start? One of the first places you should look is Azure App Service Web Apps. In this pos
