About
Gianluca Sartori
I’m a SQL Server and Oracle DBA based in Conegliano, Italy. I work with SQL Server since version 7, and Oracle since 11g. My interests go from database design and architecture to performance tuning.
I have worked for many years as a Java, .NET, Visual Basic and ASP developer and then decided to focus on the database side of the IT.
Now I’m working with my own consulting company – SQLConsulting.it.
More information can be found here:
The SpaghettiDBA
“Spaghetti” is generally used as a pejorative term for source code, but (hopefully) feeding you with low-quality code is not the purpose of this Blog. My intent is to provide some recipes for your daily database cooking, with a bit of Italian touch.
Help yourself.
Haha… this is great! Very good site and keep up the good work!
Thank you good Sir.
Hi Spaghettidba. I need to run the Powershell command: Install-Module -Name Posh-SSH. But it gives me an error saying “PackageManagement\Install-Package : No match was found for the specified search criteria and module name ‘Posh-SSH’.”. I tried with nuget.exe to install PSRepositories but I got nothing. Can you give me a hint please ? Thanks in advance.
You probably have no repository installed. Try this:
Register-PSRepository -Default -Verbose
If it doesn’t work, you probably need to work around your proxy server. See this post for more information: https://spaghettidba.com/2017/12/19/recovering-the-psgallery-repository-behind-a-corporate-proxy/
Hope this helps!
Pingback: Запись Extended Events в таблицу / Habr