python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Script to sequentially move 5,000 files at a time?
I created 1 million files that I'm trying to upload to a device. However, file explorer crashes if I select too many at once. I'm trying to break them up and move them into subfolders in batches of 50...
stefmf
Votes: 0
Answers: 0
A positional parameter cannot be found in powershell
I have this basic script that import a csv file into sql server database but I'm not sure why I'm getting this error.
Import-Csv : A positional parameter cannot be found that accepts argument '+'.
At ...
ziico
Votes: 0
Answers: 0
value can not be null error in PowerShell
I'm trying to import my csv file into my sql database using like this but I'm not sure why it's saying
Exception calling "ExecuteWithResults" with "1" argument(s): "Value cann...
ziico
Votes: 0
Answers: 1
How to query SQL Server using PowerShell
I have this code that I got from a website and it's connected to my SQL Server using window authentication but I'm not sure how can I choose a database and query some table?.
[Reflection.Assembly]::Lo...
ziico
Votes: 0
Answers: 1