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 wOOdy-Soft 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 vlitim

  1. vlitim

    onpropertychange + firefox

    I have a hidden field thats value is changed and then in turn using the "onpropertychange" function it updates something else. This works in IE but not in firefox is there a workaround? cheers tim
  2. vlitim

    inc files and MX 2004

    When I open a .inc file in dreamweaver I cannot select split or design view! Is there a setting I have to change somewhere? Cheers Tim
  3. vlitim

    new to XML

    I am working on a project where by I am getting an xml feed from a site using the below code: Dim objXMLHTTP, xml, toSend Set xml = Server.CreateObject("Microsoft.XMLHTTP") toSend = "<?xml version=""1.0"" ?>"&VbCrLf toSend = toSend&"<!DOCTYPE web-app PUBLIC ""-//Sun Microsystems...
  4. vlitim

    process status - runnable

    possibly! How do I find out and how do I prevent it if this is the case?
  5. vlitim

    process status - runnable

    I have a stored procedure that has been working ok and now every now and again it seems to hang taking up all of the server CPU. It seems to be random when it happens and for no reason that I can see. When I look into the process it says that its is "runnable" and it stays like that until I...
  6. vlitim

    combining rows in table

    fantastic thanks for that I would never have gone in that direction!! much appreciated
  7. vlitim

    turn off warning messages

    I want to turn it off as I know its a problem but I will never be updating more that 8060 bytes at any one time.
  8. vlitim

    turn off warning messages

    I am getting a warning message below which I need to turn off. Warning: The table '#tempItems' has been created but its maximum row size (15290) exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row in this table will fail if the resulting row length exceeds 8060 bytes...
  9. vlitim

    combining rows in table

    I have a table that has two columns tagName value tag2 50 tag2 100 testdescription Here is some info!! and i need to get the data out like: tagName value tag2 50,100 testdescription Here is some info!! is this possible...
  10. vlitim

    sessions + browsers

    I have a site that requires a logon which then creates a session for the user. If the user opens a completely new browser from the same computer is there a way to recognise that a session already exists for that site and then use it? Cheers Tim
  11. vlitim

    TSQL and performance

    the server only has one processor and its not locking because it is effecting people accessing different databases on the same server, which to me suggests it is taking all of the procesing power for itself!??
  12. vlitim

    TSQL and performance

    Hi, I have a number of stored procedures that when run take all the processing power of the server and pretty much cripple it. What I need to know is there anyway of telling SQL to only use a certain amount of the processor so that other people using the server will be able to carry on...
  13. vlitim

    Encryption + tables / columns

    Is there anyway in SQL Server to encrypt data stored in tables so that even a administrator cannot actually see the data stored?? Cheers Tim
  14. vlitim

    labeling and releases

    I am new to VSS and am not really sure that it can do what I want. We are a web company and thus on any one project (website) a number of diiferent people are working towards different releases. Say I check out 10 files with a label of "tim" what I would want to do is: 1. get a list of files...
  15. vlitim

    divs and tiling background

    I have three divs which are center aligned on a page and the left and right divs have a background tiling image but obviously they only tile to what is in the div whereas I need to tile to the length of the middle #content div. help, please cheers Tim #leftBar { vertical-align: top...

Part and Inventory Search

Back
Top