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

    Stored procedure question

    Hi all, I want to run a stored procedure from th emaster database. This stored procedure creates database devices, backup devices, etc etc, this all works. However it should also create a bunch of stored procedures, defaults and tables. I can create the tables building the variable database...
  2. uncLez

    Trunc log in sql 6.5

    Hi all, I am having trouble finding a solution for the following. In SQL 6.5 we would like to schedule a log trunc right after we have a scheduled backup of our database, since this particular database has vast amounts of transfers and sometimes exceeds the log size. Is there a way in SQL...
  3. uncLez

    SQL error... (idle connections)

    Hi all, I posted this on the SQL Server forum as well, hope you guys don't mind, but this seemed a logical place to also post my question... I am having this (imho weird) problem on MS SQL Server 6.5 (yeah, I know, we need to upgrade... BAD :p) which is as follows... I am running Queries...
  4. uncLez

    AWAITING COMMAND idle connections.

    Hi all, I am having this (imho weird) problem on MS SQL Server 6.5 (yeah, I know, we need to upgrade... BAD :p) which is as follows... I am running Queries against various databases from ASP scripts. I close my connection right away whenever I don't need it anymore. (Using the...
  5. uncLez

    Java Script Menu over an Iframe in older browers

    Hi all, I have a drop-down menu in Javascript which SHOULD work for loads of browers, BUT... In Versions of IE older than 5.5 and in Netscape versions, the menu falls BEHIND an iframe I use, in IE 5.5 and 6 it shows up the right way... Is there a way to force the divs to show up over the...
  6. uncLez

    onCLick status bar message

    Hi y'all :) I am fiddle-ing around with a drop-down menu in javascript and I would like to hide the status bar location messages, that the links show. I am currently using a MouseUp event to hide it, which works EXCEPT when the link is begin pressed. Using an onClick event next to the...
  7. uncLez

    Input Fields and Divs

    Hi all, a co-worker of mine is doing some work on a form that sometimes gets overlapped by a menu, which consists of div elements. Problem is, that the input fields (especially select boxes are nice [dazed]) show through the div... Which ofcourse looks very bad. Anybody got an idea on how to...
  8. uncLez

    string concatenation problem.

    Ok, as far as I know, this should work. But for osme reason all I get in the status bar is: javascript:objLocalMenu.toggleExpand( the script line: strHTML = strHTML + &quot;<a href='javascript:objLocalMenu.toggleExpand('&quot; + this.id + &quot;')'>&quot; + this.text + &quot;</a>&quot;; What...
  9. uncLez

    Performance Question

    Hi all. I've got a question: I am designing a database for musical instruments. In this dbase there are going to be instruments of different sorts/types/categories and so forth. The amount of layers wil be variant. eg: guitars wil have electrical/non-electrical, but saxophones would have...
  10. uncLez

    accessing an element from another window

    Hi all, I am having a problem here... from a window I open a new one and from the new one I want to run a script that changes an element value in the first one. I tested this with a hidden form element, which works fine. But now I need to perform this on an input element in a div somewhere...
  11. uncLez

    Probably very simple StorProc Question

    Hi all, this is probably very simple, but I just can't seem to find it in the online books and my Stored Procedure book. In a Stored Procedure I am writing I need to use the result of the sp_columns system stored procedure. More specifically the Type_Name property. How do I do this? How can I...
  12. uncLez

    assigning alue to a stored proc variable?

    Hi all, I am working on an SQL 6.5 Stored Procedure for which I want the table name to be a variable. I built around this using a query string and executing that. My question is: How can I use the result of a query run in an execute command? The code is like this: CREATE PROCEDURE...

Part and Inventory Search

Back
Top