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 bkrike 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: cfk
  • Content: Threads
  • Order by date
  1. cfk

    Repair

    I have an sql server 2000 db running on a four processor box. The system has slowed down and performance keeps going up and down almost randomly. I'm defraging all the indecies. Is there a routine I can run to check for performance isses / errors within the database. Is there any routine to run...
  2. cfk

    overflow:scroll¦auto push event with javascript

    I'm using <div style=&quot;height:500px;width:500px;overflow:auto;&quot;> ...CODE... </div> When I add an onscroll=&quot;alert();&quot; I get the alert box. However, when I reference the div via an ID and try to make it scroll I get an &quot;object doesn't support this property or...
  3. cfk

    Bibit Payment Services

    Is anyone using bibit payment services? If you are have you got any code to check if the transaction is authorised or refused.
  4. cfk

    More Power To An SQL Server Box

    I have an SQL Server 200 Box with 2 gig or ram and 4 Processors. What I would like to do is move tasks from some of our databases to other boxs. That is some of the heavier stored procs should be on a seperate server. Firstlt is this possible. And secondly if so are there any issues.
  5. cfk

    Foreign Keys

    I have two Tables Table A{ ColA1 - Key ColA2 - Key } AND Table B{ ColB1 - Key ColB2 - Key ColB3 - Key } The two fields in TableA correspond to ColB1 and ColB2 in TableB. The problem is ColB3 which is a DateTime field. TableB is a log table for process' TableA has...
  6. cfk

    Email Validation

    I'm looking for code to validate email address'. I'm looking for more than just checking the syntax ( an @ exists and a domain extension exists ). What i'm really after is a componant/asp method that will tell me if the email is in use. I've found a few componants for sale $100 aprox. I don't...
  7. cfk

    Session Variables Deleting Themselves

    I have a popup window for users to login. Users can login successfully and continue to navigate the site without a problem but only while the login popup is still open. As soon as this window is closed the Session variable is deleted. The popup contains no client side code, it has no onunload...
  8. cfk

    Server Resources

    Has anyone else found CFServer to be highly inefficiant? I need to know as many tips and tricks to spead up the server. Currently I'm putting as much code onto the MSSQLServer in the form of UserDefinedFunctions,StoredProcedures AND Triggers. The site I'm working on will potentialy have 200...

Part and Inventory Search

Back
Top