Hi All,
I have a table called Seasons, which contains a list of football seasons along with the date that they start and end. And a table called Transfers which contains a list of players along with the team that they moved from/to, and the date of the transfer:
DECLARE @Seasons TABLE( Id...
Hi All,
I’ve got the following stored procedure which returns a list of football players along with some simple stats (running on SQL Server 2005):
CREATE PROCEDURE GetTeamLineup
@UserId INT,
@FixtureId INT,
@TeamId INT
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets from...
Hi everyone,
I've set up a squid proxy as an allow filter i.e. people are allowed only to sites that I put in to an allow list. The problem is that it's possible to add a query string on to the end of a disallowed site and get through e.g:
http://www.bannedsite.com?junk=www.allowedsite.com...
Hi everyone,
At our school I've set up a squid proxy per computer room to control internet access with a green list type filter (the pupils can only get to sites that are specified), configured via a PHP page that the teachers use.
The workstations in each room all have their proxy settings...
Heya everyone,
Just wondering if anyone's gone through the process of replacing Active Directory and Windows workstations with a linux based solution? or what software would be required to replace the user/workstation management.
I've been using Linux for a few years now for web/proxy servers...
Hi all,
On one of our domain controllers (all windows 2000 standard server SP4) we're getting the following error in the event log:
Source: NTDS Replication, EventID: 1586
The checkpoint with the PDC was unsuccessful. The checkpointing process will be retried again in four hours. A full...
Heya all,
We have 6 servers (running 2k server), all of which have 2x intel gigabit network ports and are plugged in to gigabit modules in a HP switch. The two connections on each server are configured for load balancing.
The problem is the number of arp broadcasts that the servers transmit...
Hi everyone,
Just wondered if there was any way of disabling the Sleep key via group policy/vbscript?
The kids at my school press each others sleep keys for a laugh.
The servers are running 2k server, and the cliens run XP Pro SP2
Cheers in advance.
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.