Viewing 2 posts - 1 through 2 (of 2 total)
I'll keep that in mind for next time.
Basically it was an update statement where if I would update a value to a varchar column with a 3 digit number enclosed...
May 4, 2010 at 2:41 pm
#1162113
found the solution - just posting it here in case it can help somone in the future
Get-ChildItem c:\powershell -recurse | where {$_.Extension -eq ".mp3"} | ForEach ($_) {$_.fullname; Remove-Item $_.fullname...
August 27, 2009 at 12:51 am
#1045350