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: *

  1. JoshWithrow

    DTS - Import CSV

    I keep getting errors saying that I can't import the CSV because im attempting to insert a varchar value in an I8 (integer) field... has anybody else had this problem? is there a good way around it? would I be better off inserting an XLS or anything? Thanks!!!
  2. JoshWithrow

    SQL Gurus... HELP!!!

    I have a SQL database. I have a scenario I want to pose to anybody who's willing to give this a shot. I'm working with three tables. Employees ============= ID First Last Office (same as [Offices.Name]) Offices ============= ID Name PostcardTracking ============= ID Agent...
  3. JoshWithrow

    IIS 6 - Can't Download PDB Files...

    any ideas? the directory exists, and the files are there. Even my links are correct. I can't download PDB files, tho... any ideas? Im running IIS 6 - Windows Server 2003
  4. JoshWithrow

    Problem Downloading PDB files

    I have an application that produces .PDB files for download and use by employees on their palm pilots. The problem is, these files are on the server, and the link is good, but I cannot download these files. Any ideas? ======================================= Josh Withrow Web Applications...
  5. JoshWithrow

    NT Authority / Anonymous User

    I keep finding these in my Event log, and don't know where they're coming from or if it's even supposed to be happening... "NT Authority / Anonymous User" Login Successful I have SQL Server 2000 and IIS 5.0 running on this server also... any idea's? I'm patched for blaster and...
  6. JoshWithrow

    ===================================

    =========================================================== File \i386\ntkrnlmp.exe could not be loaded. The error code is 7. =========================================================== When i attempt to install Windows XP from the CD, this is the error I get. Sometimes, the error code is 14...
  7. JoshWithrow

    POP3 Mail Server Recommendation Please

    Our company is in need of a good web based mail solution. We currently use i-Mail, but are very unhappy with it's lack of features, both client and server applications. Please drop me any recommendations. We're searching for soemething that is/has: 1. Intuitive 2. Feature Rich: Mail...
  8. JoshWithrow

    MPUT doesn't work with directories...

    Hey all. I'm using windows ftp client and a script file to upload multiple files on a routine basis. My question is... Is there anyway to automate the creation of directories and then the files that are uploaded to them? I'm thinking of using a "DIR /B > DIR.TXT" command, but even...
  9. JoshWithrow

    MPUT does not upload directories...

    Hey all. I'm using windows ftp client and a script file to upload multiple files on a routine basis. My question is... Is there anyway to automate the creation of directories and then the files that are uploaded to them? I'm thinking of using a "DIR /B > DIR.TXT" command, but even...
  10. JoshWithrow

    Cannot Download EXE files...

    Help. I'm not sure exactly what's going on, but we cannot get *.exe files to download from our server. I have changed the permissions from script to none and back (because we're running .net) with no luck. I don't know what to do. Are we missing something? Thanks!!!
  11. JoshWithrow

    Batch File Help [wink]

    Hi all... been fooling around trying to get back a fellow employee [wink]. My problem is that the IF statement in this script doesn't work... any idea's? @ECHO OFF set COUNT = 0 CD %USERPROFILE%\DESKTOP SET COUNT=0 SET MAX=%1 :LOOP IF COUNT NEQ MAX GOTO SEND ELSE GOTO END :SEND DIR >>...
  12. JoshWithrow

    Highlight HTML Table Contents

    Anybody know how I could go about highlighting ALL the rows in an HTML <table></table> so that i can copy them and paste them elsewhere? Thanks!!!
  13. JoshWithrow

    Task Scheduler

    I cannot run batch files in task scheduler. Does anybody know why? Im using an xcopy backup routine. Windows 2000 Server SP3. Thanks!!!

Part and Inventory Search

Back
Top