Viewing 15 posts - 1 through 15 (of 22,189 total)
Nice to hear it. The hallway track is real. And really helpful.
November 24, 2025 at 4:52 pm
It's a big month for me. After 21 years, I'm being made redundant on the 28th when we finally hand over our contract to another company. I started at...
November 18, 2025 at 6:09 pm
Just to follow on a little bit.
Columnstore helps with analytical queries. GROUP BY, COUNT, stuff like that which traditional rowstore never handled well. Simply scanning the entire table won't be...
November 13, 2025 at 3:25 pm
is this visible?
select @@version
I can't see anything.
November 12, 2025 at 2:31 pm
Sorry I haven't been here to respond to you all. I've been traveling quite a bit (typing this in Hong Kong of all places).
What you all say resonates. @EdVassie, yeah,...
October 13, 2025 at 1:19 am
Thanks for the feedback Mandeep. Keep up the good work.
August 6, 2025 at 1:37 pm
@grant fritchey
are you feeling bored by any chance 🙂
Nope! Having too much fun.
August 6, 2025 at 1:33 pm
Thanks all for the feedback.
For some reason (I'll take the blame, but I don't know what I did) I'm not receiving emails on stuff I'm subscribed to. Weirdness. Working on...
August 6, 2025 at 1:31 pm
The example from SQLShack is good. Here's the Microsoft documentation on it. You 100% can use it with your linked servers. You just have to code it. Follow the...
August 6, 2025 at 1:22 pm
Extended Events can't do things. They're monitoring. They observe things. You could code something that sends an email in response to an Extended Event, absolutely. However, the Extended Event is...
August 6, 2025 at 1:16 pm
The biggest issue is where does the processing occur. If you're running a query, with a WHERE clause, across a linked server, most of the time, ALL data will be...
August 5, 2025 at 2:17 pm
Depends on which cloud platform you're on, but every one of them I've worked with have multiple scheduling mechanisms. There's nothing magical about SQL Agent. It's just running T-SQL commands....
August 5, 2025 at 2:11 pm
OK, so, importing from Excel and creating a database are two very different operations. Let's focus first on the create database question. In SSMS, either, right click on databases, select...
August 5, 2025 at 1:59 pm
All great stuff. I could do with reducing TV time as well. Let me get this book rewrite finished because that's taking up my will power at the moment. I...
August 4, 2025 at 2:08 pm
I feel ya! First thing I learned in PostgreSQL was backup and restore. It's just where my brain goes.
July 29, 2025 at 7:57 pm
Viewing 15 posts - 1 through 15 (of 22,189 total)