Viewing 15 posts - 1 through 15 (of 24 total)
Strangely, during the first lockdown, when I (a DBA, mind) was furloughed (but not for long - they realised their mistake quickly enough) I went looking for things to do:...
September 27, 2021 at 7:25 am
Dev Ops here is being used for our infrastructure team: Development is still silo'd as development. Nothing else has changed, mind: Infrastructure just do infrastructure, so there's no cross over...
October 26, 2020 at 8:26 am
does a car do a full emergency stop for a pigeon ? potentially injuring the people in car behind who were (at their own risk) travelling too closely. cars can't...
February 11, 2020 at 2:13 pm
Scenario: Someone steps out in front of your car. It stops as it's programmed to. An Ambulance approaches from behind with sirens going. Your car is obstructing the way. The...
February 10, 2020 at 3:56 pm
Strangely, I tried the code and it reported a syntax error... the only thing that didn't was the Convert statement, which didn't give the right time. A niggle, I know,...
December 24, 2019 at 12:48 pm
I agree with Jeff:
I worked with Access way back when. I've used it as a database, as a front end to a SQL database, and as a quick development/modelling tool.
Put...
November 19, 2019 at 2:31 pm
Specifically, this behaviour can indicate issues with parameter sniffing.
There are a number of approaches to address this if it is the case, so here's a handy link to understand more...
October 23, 2019 at 12:59 pm
Powershell scripting could be the answer here.
You can use : <Variable> = Get-Service -Name <service name>
Then : <Variable>.Status
This will tell you if the service is running or not. You can...
May 31, 2019 at 1:24 pm
Three laptops, four desktops, two tablets, plans to add some Raspberry Pi's and access to VM's as/when needed.
Just need the space to plug them all in and solar/wind power generation...
May 13, 2019 at 7:44 am
To simplify what you've said: You are performing a union on several large views and it's timing out.
This sound like SQL is paging out memory to disk so it can...
April 26, 2019 at 2:23 pm
Just to clarify: You use a local admin user account to run SQL under and things work. You use a Domain account to run SQL under and it doesn't.
If I've...
April 26, 2019 at 1:59 pm
One node connects but another doesn't? I note you're not limiting the firewall port to specific IP addresses/address ranges - better practice is to implement that, but it does eliminate...
April 25, 2019 at 3:21 pm
Can you ping the target server at all?
It may be you need to set a firewall rule to allow the connection (firewall rules can open ports, but may limit them...
April 25, 2019 at 2:48 pm
I've an AG with replication for this purpose, but I do wonder why you'd want a third node for it as you'd not get AG awareness.
Rather, look at using the...
April 25, 2019 at 2:43 pm
Eric M Russell (10/16/2015)
April 4, 2019 at 9:23 am
Viewing 15 posts - 1 through 15 (of 24 total)