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 gkittelson 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. Evette

    Pass Thru Query Performance

    I have a program that runs Access 2000 on the front end SQL Server on the back end. When the program first opens it opens fairly quick but when I need to filter for a specific locationname it slow dramatically. Here is an example of the Code without filters: SELECT...
  2. Evette

    Clipboard Problems

    Unable to clear the memory in the clipboard. Operating System is WIN2000, Using Office 2000 Professional. I have brought up the clipboard toolbar and delete all items from the clipboard and rebooted. I copy a new item to the clipboard and paste it into word it will come up by itself in the...
  3. Evette

    Virus on Exchange Server

    We are using Network Associates Group Sheild for the Exchange Server5.5. The virus that hit us was the SoBig virus. See the following page on the virus. http://vil.mcafee.com/dispVirus.asp?virus_k=99950. I will talk to my network administrator to see if our server check daily for definition...
  4. Evette

    Virus on Exchange Server

    I need your help in finding out How to remove emails containing a virus from our Mail Server. We have a virus protection software that alert us to viruses that hit our server, but if a new one hits and it is not detected and it send the email to all of our users. I want to remove the...
  5. Evette

    Group data based on Time in 15 minute interals 00, 15, 30, 45

    I need to create a report that will let me group data based a time interval. The result will look like this: From To MRI CAT US Total 8:00 8:14 2 4 1 7 8:15 8:29 1 1 3 5 8:30...
  6. Evette

    FTP SCRIPT in Unix

    I want to create a script that will automatically transfer the latest file created from one server to another. This will be run as a cron job daily. This is basically what I have. Am I on the right track? Need your help. #!/bin/ksh ftp servername <<+ Username=user Password=password cd...
  7. Evette

    Need to create script to send file to a printer

    Thanks for the info. Another How can I get the most recent file to print the file is found in this directory ADAC2/ars11/infostat> cd /infostat/bin/dba/tools/sizing ADAC2/ars11/infostat/bin/dba/tools/sizing> ll total 388 -rw-r--r-- 1 oracle dba 18169 Jun 30 01:00...
  8. Evette

    Need to create script to send file to a printer

    I need to send the results of a file that is created every Sunday and Wed to a printer. Can this be setup as a cron Job? The report would be sent to the printer at 5am on Monday and Thursday every week. Help.
  9. Evette

    Is there a way to Query an entire t

    Is there a way to Query an entire table but print only the records that fits a certain criteria? Then have it summerized as total Number of records read and the Total number of record that fits the criteria and it is broken down by day? I would appreciate any suggestions I tried the following...

Part and Inventory Search

Back
Top