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

    Keep getting Time Expired when updating PWGCity column.

    DECLARE @PWGCitya int UPDATE tblLeads_Info SET tblLeads_Info.PWGCity = @PWGCitya SELECT @PWGCitya = UPDATE_AddToPWGCity1.PWGCity FROM tblLeads_Info INNER JOIN UPDATE_AddToPWGCity1 ON tblLeads_Info.NameID = 645526 AND UPDATE_AddToPWGCity1.NameID = 645526
  2. derbyp

    Defragging a Windows 2003 Web Server a Bad thing?

    I used analyze in the disk defragmenter for our windows 2003 server. It shows that our server is heavily fragmented. It is a Windows 2003 Standard Server, and it runs our company website. Do we need to free up some disk space on the server to make defragging work properly? It takes forever for a...

Part and Inventory Search

Back
Top