Writing More This Month
I haven’t written much in a while, having had to put more time into both personal and professional obligations over...
2016-11-07
364 reads
I haven’t written much in a while, having had to put more time into both personal and professional obligations over...
2016-11-07
364 reads
This year we’re trying out two ideas on Thursday night, a networking dinner (of a sort) and game night. I...
2016-10-27 (first published: 2016-10-20)
654 reads
If you’re at the PASS Summit and would like to meet some new people, come see us from 5:30 to...
2016-10-27
749 reads
Read this and wanted to share as we head to the PASS Summit next week: This is how we do it:...
2016-10-21
424 reads
Events like the PASS Summit aren’t just about education. They are a chance to meet new people, get some distance from...
2016-10-20
435 reads
Part of making a week long trip to a big event like the PASS Summit successful is finding something to...
2016-10-20
435 reads
Typically I want to get 3 years out of a laptop to amortize spending on a premium grade machine. I’m...
2016-10-12
431 reads
Many of have applications that log errors to a table. Ever thought about what happens when an application starts to throw a lot of errors? This article looks at the problem and some of the responses you might consider having ready in case it happens to you!
2016-10-11
1,807 reads
A Visit to Microsoft was posted back in August and I just re-read it. Here’s a quote that might interest you:
As...
2016-10-10
387 reads
I think the topic of whether log data belongs in a table or a file would be a great one for...
2016-10-10
391 reads
By Vinay Thakur
it has been a year since i have not written much on the blog...
By Steve Jones
on tenderhooks – adj. feeling the primal satisfaction of being needed by someone, which...
By DataOnWheels
I have been active in the data community throughout my career. I have met...
I have a quick question on Ola Hallengren Index Optimize Maintenance . Do we...
hi, in an ssis for each loop over an object variable called MyListVariable, i...
SQL Server is typically viewed as a transactional or analytical database engine. However, it...
On SQL Server 2025, when I run this, what is returned?
SELECT EDIT_DISTANCE_SIMILARITY('SQL Server', 'MySQL') See possible answers