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 Wanet Telecoms Ltd 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: hyy1109
  • Content: Threads
  • Order by date
  1. hyy1109

    cron job nor running

    1. Here is my cron file called mytab: 05 11 * * 0-5 . test_cron.urs 2. Both mytab and test_cron.urs have 744 permission. 3. Then I register the cron job: crontab mytab But, the cron job nor running. Now, the following cron job does run to create a directory called test_cron. Please...
  2. hyy1109

    ftp batch script in one file

    Can anyone please provide me a batch ftp script in one file? The following sample is puts the login part into another file: http://support.microsoft.com/?kbid=96269 . But I just need ftp and login part into one batch file. Thanks.
  3. hyy1109

    nexted query not working

    I have the following nested query. The second select sum(amount) works by itself. But, the whole query not working. Please help. Thanks. SELECT * FROM (select sum(amount) amount, leaseid, accntyearmonth, loscode from leaselos where specialtype='Net' group by leaseid...
  4. hyy1109

    syntax problem

    The following gives syntax error. Why? Thanks. SELECT * FROM LeaseLOS WHERE (WellID IN (select wellid from wells where leaseid in (38, 40))
  5. hyy1109

    find all tables with same column name

    Is there a way to find all tables with a column name called emp_no? Thanks.
  6. hyy1109

    Looking for a very easy way to import a text file

    I am Looking for a very easy way to import a text file...One time only. I looked at Enterprise Manager and could not get to far. Thanks.
  7. hyy1109

    xp professional doesn't support sql server server component

    I have an XP professional at home. When I try to install sql server 2000 standard edition, the installation says SQL Server Standard Edition server component is not supported in this Operating System, only the client component. Do I need SQL server profesional edition then? Thanks.
  8. hyy1109

    buy sql server software

    I have a window XP home edition at home. How to buy sql server software on XP platform? I also need to get IIS as well. Thanks.
  9. hyy1109

    where to start to learn SQL server programming

    I have lots of background in other databases like Oracle, etc. Where to start to learn SQL server programming? Any basic online articles with samples? How to execute sql select statement and write basic procedures? Thanks!!
  10. hyy1109

    mail -s Not working

    I try to have subject in mail command. But the following doesn't work. Please help. Thanks! mail -s "test" ...
  11. hyy1109

    mailx -s "test" ewang@yahoo.com Not working!

    I use the following on Unix and enter and see > waiting for my next input from the Unix prompt. Why the following can't finish itself and send me an email? Thanks! mailx -s "test" ewang@yahoo.com
  12. hyy1109

    how to get file size using Unix command

    How to get the size of a file using Unix command? Thanks!

Part and Inventory Search

Back
Top