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 strongm 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: hwood125
  • Content: Threads
  • Order by date
  1. hwood125

    Compare-object to a text file

    I am trying to compare files between two different folders and then if there are differences I would like to output it to a txt file. Right now I can show the differences but I am unable to write the results in the txt file. Here is what I have so far: foreach($file in dir) { $fileName =...
  2. hwood125

    How to create a new text file per stored procedure

    In powershell through sqlServer:\sql\servername\default\databases\databasename\storedprocedures> I am able to create a text or .sql file with all of the stored procs in the directory into one text file. I am wondering how I can script each stored proc into it's own .sql or txt file. Here is...

Part and Inventory Search

Back
Top