With this command I've taken all PowerShell scripts and "saved" the objects to a CSV file using the Export-CSV cmdlet. I've elected to only save a subset of object properties using Select-Object. If I ...
I would do spiff's way, and then try to import that directly as a flat text file. SQL 2000 is pretty flexible with imports, so you could probably tell it to just grab the file names based on the ...