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...
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...
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...
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...
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...
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...
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...
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 + "<a href='javascript:objLocalMenu.toggleExpand('" + this.id + "')'>" + this.text + "</a>";
What...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.