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!

Recent content by Wyldcard9

  1. Wyldcard9

    Header, and left side in one page included on others

    How do I find out if my ISP allows for SSI? I use godaddy.
  2. Wyldcard9

    Header, and left side in one page included on others

    I am trying to figure out how to get my header and left side of my pages in one file, and then include that file on multiple different pages. The problem is some of the links have been changing on me, and having to change a couple hundred pages everytime that happens is getting annoying. My...
  3. Wyldcard9

    How do I improve performance?

    gmmastros, Sorry for the delay. I got way-layed with some other things. I put it in today, and after going over the code with a fine toothed comb, and a few small modifications - I ran it. The improvement went from 4:50-4:55 (four minutes and 50 seconds to four minutes and 55 seconds range)...
  4. Wyldcard9

    How do I improve performance?

    Thank you so much. I am learning a lot about this. :)
  5. Wyldcard9

    How do I improve performance?

    gmmastros, I am not familiar with the terminology. What do you mean by set? All the other stored procs also use a cursor, and do not use all the fields.
  6. Wyldcard9

    How do I improve performance?

    The follow code is running across 1300+ records in a table, and may have 10-20 records in it. But it is taking 4 and a half minutes. Other stored procedures take like 10 seconds and have way more records (like 200K), and use the same structure. CREATE PROC dbo.kv_updt_RECIP_AUTH_ONWAY2IBM AS...
  7. Wyldcard9

    How do I save typed in text, and have the buttons work?

    Hi, I am pretty new to HTML. I have a small website I run on my off time, and I also maintain one at work. There really is not much difficult for me to do at either. I want to set up a form that will allow users to type into a text box some text, and then to click on the submit button and to...
  8. Wyldcard9

    Truncating out of control DB's

    SQLBill, We are all good now. Thanks for your assistance.
  9. Wyldcard9

    Truncating out of control DB's

    Thank you sir. Our network guys have a program they bought that does the back ups, and is supposed to do the truncation, however it is not truncating properly.
  10. Wyldcard9

    Truncating out of control DB's

    We had a salesman set up our SQL server a few years ago. He set up our production databases to unrestricted growth at 10% increase each time. The drive is almost full, and we have one DB that is 3 gig, and another that is 6 gig (on a 12 gig drive). There are a few other smaller DB's as well...
  11. Wyldcard9

    How to find how many digits a field is

    mwolf00, Thanks a lot. Worked great :)
  12. Wyldcard9

    How to find how many digits a field is

    Hi, I have had some users enter social security numbers of 10 numbers instead of 9. I have since added an edit to the entry screen. However I want to find all these records so they can be corrected. I know there is data on the file of 10 numbers instead of 9. I tried this query, and got no...
  13. Wyldcard9

    SQL Server logs

    mrdenny, Not a problem :) I talked to my manager after downloading the trial version. He choked at the price of a license. So I thought about it some more, and realized that the SQL Table is being updated from the Kovis software. That table does not have a field for userID, and update date...
  14. Wyldcard9

    SQL Server logs

    BTW it is Lumigent.

Part and Inventory Search

Back
Top