How to fix "Can not find path" error in PowerShell?
Problem:
When executing a SQL script file, I have got the below error in PowerShell. I was using PowerShell v5 in Windows 10.
Short Error message:
Get-ChildItem : Can not find path 'file path here'
Solution:
This issue has happened when the length ...
rajanand.hashnode.dev1 min read