codeface

Software.Design

Archive for December, 2008

 

Win Server 2008 Network Policy Server (NPS) Operations Guide

December 24th, 2008

The Network Policy Server Operations Guide provides information about how to administer NPS after it is installed and deployed. It also includes troubleshooting information for specific problems and scenarios.

Read full article | No Comments »

Limit Rows in Interbase/Firebird SQL statement

December 22nd, 2008

I have wanted to use the TOP function of SQL Server to limit my rows result and I finally found the SQL statement: SELECT FIRST x [SKIP y] … [rest of query] So, the FIRST function defines the limit of the rows of your query result and SKIP opptionally function defines a quantity of rows [...]

Read full article | No Comments »

Win 2008 Server Guide for DNS in Small Networks

December 19th, 2008

This guide helps you implement Domain Name System (DNS) on the Windows Server® 2008 operating system in a small network. Windows Server 2008 uses DNS to translate computer names to network addresses. An Active Directory® domain controller can act as a DNS server that registers the names and addresses of computers in the domain and then provides the network [...]

Read full article | No Comments »