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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by GreggW

  1. GreggW

    Replace throughout folder

    No, replacing 192.1.2.11 with 192.1.2.13 so I guess find . -type f -name '*'|xargs grep -lF 192.1.2.11 {} |xargs -t -I {} vi -c s/192.1.2.11/192.1.2.13/g -c wq {} 2>IPchange.err would work? Thanks Chris
  2. GreggW

    SQL, Stored Procedures, Job and &

    Yes, the account we're using to execute the stored procedure is the system administrator.
  3. GreggW

    SQL, Stored Procedures, Job and &

    Why isn't it possible to run a stored procedure via a job in SQL Server Agent which references a table whose name includes ampersand (&) but it works if you perform exactly the same operation in query analyzer? Hmmmmm.......

Part and Inventory Search

Back
Top