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...
I'm using
<div style="height:500px;width:500px;overflow:auto;">
...CODE...
</div>
When I add an onscroll="alert();" I get the alert box.
However, when I reference the div via an ID and try
to make it scroll I get an "object doesn't support this property or...
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.
Set oShell = WScript.CreateObject("WScript.Shell")
oShell.Run "command /C net send PC Que Pasa Amigo",0,True
in asp
Set oShell = SERVER.CreateObject("WScript.Shell")
oShell.Run "command /C net send PC Que Pasa Amigo",0,True
NOTE THE "SERVER"...
5 Seconds after writing this I solved the problem. Sorry.
I dragged the fields from TableB into table TableA
rather than the other way round, which I was doing before.
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...
One important factor to note is that alot of hosting
companies try to charge (~$25/dsn) for each dsn.
With a dsn-less connection you can bypass this problem.
When it comes to migration of dsn-less conections from
one server to another theres not really a problem.
With sql-server the only thing...
for 0/1 in any queries use
CAST(bitvalues AS INTEGER) AS bitvalue
as far as yes no goes i'm afraid its replace replace
REPLACE(REPLACE(bitvalue,true,"yes"),false,"no")
pain.
The codes within an if statement so it wont be executed . fine.
The code problem is that the include needs to be outside the asp tags.
<%
dim previous
previous = Request.ServerVariables("HTTP_REFERER")
'previous now contains the value of the previous script
response.write "Value...
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...
Create your own chr page
For i = 1 To 256
Response.Write(i & " " & CHR(i) & "<br>")
Next
This will give you a look up table for your codes
ie x = 62 = &#x; = >
&#Number; will output the character;
Possibly ::
The image needs to be preloaded.
You are sending info to the server (form info) and
recieving the resulting page, while trying to access
the gif.
If not try this ::
<Div align=center id='Patty' name='Patty' style="visibility:hidden;position:absolute;"><img...
The first option would be best as it would allow easy search
of key words and titles and other properties in a single
query.
This will be quicker that running a query and then accessing the file system.
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.