I am attempting to setup a Front-end Exchange server in our DMZ per Microsoft recommendations. Our internal network is 192.168.1.0/24 and our DMZ network is 192.168.2.0/24. I have been trying to follow the MS Technet article on the subject, but I have apparently missed something. This is what...
I have a rather large list filtered e-mail addresses (Global Settings -> Message Delivery -> Sending Filters) set on my exchange server. Is there a way to export this list into a text file?
We have maintenance plans set on our SQL server that backup the database every night at 11pm. Transaction logs are set to backup on an hourly basis from 6am to 10:45pm. Everything appears to be running correctly. The database in question is about 330 MB. The transaction logs are between 16k -...
I am setting up a simple Squid firewall/proxy for a public network. Is there a way to have squid set an initial page the for the first time it is accessed. (similar to a home page). This would be a disclaimer page explaining to the user that they are accessing the internet at their own risk, and...
I host our company web site on a W2k server running IIS. Upon review of the log files, I discovered lines similar to the following occuring several times a night.
61.248.35.135, -, 10/24/2003, 7:54:37, W3SVC1, SVRWEB01, 192.168.2.5, 15, 111, 50, 501, 0, get, /winnt/system32/cmd.exe, /c%20dir...
I have a page that passes a variables as a string to a second page. The second page uses the following code to execute a stored procedure which parses the string data, and forms a select statement out of it.
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include...
I am running SQL Server 2000. I need a stored procedure that defaults to the current period when no period is entered. The following select statement works correctly...
select *
from journal
where entityid='AIRLIN' AND (PERIOD=CAST(DatePart(YYYY,GetDate())AS varchar) + '02')
...but when I try...
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.