Managing a lot of SQL servers does not have to to be a burden. One or a hundred, should be the same, right?
This is how you can quickly update (on a bunch of servers) the IndexOptimize job which is […] Continue Reading…
Register-PSRepository:The specified Uri'https://localhost:8080/artifactory/api/nuget/custom_repository'forparameter'SourceLocation'is an invalid Web Uri.Please ensure that it meets the Web Uri requirements.
Running the same on Windows Powershell 5.1 works.
Now, let see why it’s not working on Powershell Core.
In this article you’ll find the process I implemented to test my backups using dbatools and PowerShell.
dbatools is a free PowerShell module with over 200 SQL Server administration, best practice and migration commands included.
Backed up by a community of […] Continue Reading…
Network Profiles were first introduced to allow administrators to configure different firewall profiles based upon what network a user connects to.
Administrators could change the profile by navigating to Network and Sharing Center in control panel and selecting the […] Continue Reading…
SSMS is now free and no longer requiring licensing.
It is a separate install and has a more frequent release cycle, usually around 30 days.
To be able to maintain up to date a larger number of SSMS installations I wrote […] Continue Reading…
You might be wondering why you don’t have syntax coloring when you are editing crontab entries.
This can be solved very simply by specifying your editor before starting crontab:
Shell
1
export EDITOR=vim
The change can be made persistent across the whole system if you […] Continue Reading…