SQL301
De-duping by temp table
Last time, we learned that manually removing duplicate rows from a table could be a long and manual process. Especially when you have as many duplicates as I
SQL301
Last time, we learned that manually removing duplicate rows from a table could be a long and manual process. Especially when you have as many duplicates as I
SQL301
Go ahead and set up your TroubledTable by running the Create Troubled Table T-SQl Script. Now take a look at your duplicate rows. SELECT email, COUNT(*) FROM
SQL301
On February 6, I'm going to tele-present a session on T-SQL design patterns to the Brazil SQL Server Users Group. During this session I'll cover three common
career development
Here are the latest jobs sent in. If you're interested in any of these jobs, let me know! There's an application on each job page.Sr Business Objects Xir3
sqlmcm
A week back @fatherjack put out a question on #sqlhelp that immediately drew my curiousity. He wanted to know how much his log file would grow if he dropped his
Here's a concrete number: moving a SQL Server database from a LAN to Azure SQL in the same region typically added 10–30ms of round-trip latency per query. That sounds small. Let me show you what it actually costs in an application that wasn't designed for
career development
Here are the latest jobs sent in. If you're interested in any of these jobs, let me know! There's an application on each job page.Sr #dotNET
personal
I recently had a epic failure on my workstation. It was bad. My machine simply stopped working, and when I rebooted everything looked fine, until I saw it blue
I'd like to welcome you to my new site, ShannonLowder.com. I've moving all of my content to this site to present a more professional image. My old site,
microsoft sql
It all started Thursday afternoon, about 1500. I was walking back from Starbucks with my afternoon pick-me-up, when a co-worker mentioned we have this process
sqlmcm
Since I know I'm going to go for the SQL MCM next year, I'm going to start collecting all of my study materials here, on my blog. Hopefully that way it can jump
SQL Azure will drop your connection. Not because something is wrong — because it's a shared service running on infrastructure that moves, fails, patches, and recovers automatically. If your application isn't written to handle transient connection failures, you're going to have a bad time in