Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BuckBMD
  • Content: Threads
  • Order by date
  1. BuckBMD

    Powershell Script - Create Separate CSV files Based on Directory Contents

    I need some help in creating separate CSV files based on the contents of a directory. The CSV would contain the designated substring as one column, and the complete path and filename in a second column. No quotes as text qualifiers. Assume the folder name = C:\Temp\Images The content is as...
  2. BuckBMD

    Need a Utility for Printing MSSQL Scripts

    I am looking for a good utility for printing formatted SQL scripts for documentation purposes. I am currently using SQL2000Print for documenting the dabase objects, etc. However. I need another tool for the scripts themselves. Any assistance offered would be greatly appreciated. Thank you!
  3. BuckBMD

    Using RegExp to Remove Extra Quotes

    I need some assistance in constructing a RegExp pattern for removing/changing stray quotes within a text file. My script basically reads a line from a comma-delimited text file (with quotes for text qualifiers). I then want to construct a RegExp pattern to remove.change quotes if they are not...
  4. BuckBMD

    Failed SQL 6.5 SetUp on Windows 2000

    I have a failed installation of SQL 6.5 on a Windows 2000 Server box. The "Uninstall" option is no longer available from the CD, and the "setup /t RebuildRegistry = ON" option doesn't appear to work with Windows 2000. I'd like to repair the install I've got, do a formal "Uninstall", then re-do...
  5. BuckBMD

    View Access Database Custom Properties

    Need some guidance here please. We have written a scipting utility to change Access database schemas we have deployed in the field. The utility also adds a new custom property to the database, which denotes the scipt name, the date it was run and the success code (i.e., flag). We know the...
  6. BuckBMD

    Checking for open files

    Does anyone know of a script to check for any open files within a given directory? Perhaps an API call is required. Thanks in advance for any assistance you can offer.

Part and Inventory Search

Back
Top