SQL Intersection, Spring 2014
I am terribly jazzed to be involved with this amazing event, SQL Intersection. It’s featuring some truly amazing speakers presenting...
2014-03-04 (first published: 2014-02-26)
1,628 reads
I am terribly jazzed to be involved with this amazing event, SQL Intersection. It’s featuring some truly amazing speakers presenting...
2014-03-04 (first published: 2014-02-26)
1,628 reads
I spend quite a bit of time writing about query tuning on this blog. I’ve written (re-written and am actively...
2014-02-27
1,278 reads
In case you don’t know, this query:
UPDATE dbo.Test1
SET C2 = 2
WHERE C1 LIKE '%33%';Will run quite a bit slower than this...
2014-02-25 (first published: 2014-02-18)
6,524 reads
Cardinality, basically the number of rows being processed by an operation with the optimizer, is a calculation predicated on the...
2014-02-12
1,163 reads
Let’s get this straight right up front, the thought of reading a novel that’s about IT is so repellent, so...
2014-02-11 (first published: 2014-02-05)
1,923 reads
I didn’t get out to many events in January, so I was somewhat limited in the pool of presenters that...
2014-02-07
706 reads
I am humbled and honored (and more than a little horrified) to be on this list of the Best of...
2014-02-06
701 reads
This is an actual quote from what we can only assume is a functional human being:
The database is very big...
2014-01-20
697 reads
Many years ago, I was working with a great DBA. Seriously, a very smart and capable guy. He told me,...
2014-01-15
1,189 reads
For those who don’t know, I work for Red Gate Software. I’m not a developer, but I work directly for...
2014-01-15 (first published: 2014-01-08)
2,035 reads
This Black Week, don't just get a discount—get ahead! Whether you're a total newbie...
The post When is the perfect moment to build a data strategy in a...
In this step-by-step tutorial, learn how to run MySQL, PostgreSQL, MongoDB, and other stateful...
We have a db close to 3 tb and rebuilding/ reorganizing indexes weekly is...
Hi, I'm using a small database on SQL Server 2019 on Windows 10 Pro....
Hi everyone I have a PowerShell script that is run by Execute Process Task...
If I want to rename the OldSales database to ArchiveSales, how can I do this? (choose 2)
See possible answers