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 Shaun E 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: ayladilara
  • Content: Threads
  • Order by date
  1. ayladilara

    Hi all DB2 experts! I have a que

    Hi all DB2 experts! I have a question for you regarding db2 performance! We have got a table on which there are 20 milion records. When I query the table with the following script " SELECT DISTINCT COL1,COL2,COL3 FROM MYTABLE WHERE STOREID=12345 " it takes nearly three min. to get...
  2. ayladilara

    how to insert large data into the database remotely

    I have to insert about 200 records into the database remotely every week. I have a bach file which consists of insert statements. How shall I call this file within the ASP pages so that it should be executed on the server and should insert the data into the relevant tables? Perhaps one solution...
  3. ayladilara

    Scedule a job?

    I have a database on SQL Server 7. The database has been created and populated via ODBC with a batch file on the source DBMS(non Microsoft) and has been running on the ASP Pages on the local intranet. So far everything is fine. Now, I need to create an ongoing automoted ( maybe daily or weekly...
  4. ayladilara

    Download an ASP Page

    How Can I download the dynamic content of ASP Page without exposing the ASP code? Before I print the same page on the client side , the code is not exposed.But when I download the same page the browser exposes the code.

Part and Inventory Search

Back
Top