On CBS.com: Bono, The Edge, and Letterman
12520 Resources for

server

  • Subscribe to this listing via:
  • RSS
  • Email
Show Fewer Related Tags Did you mean Microsoft SQL Server (1,951 results), Microsoft Exchange Server (1,705 results), Microsoft Windows Server (1,660 results), Microsoft Windows Server 2003 (1,613 results), Microsoft Exchange Server 2003 (811 results), Microsoft Windows Server 2008 (666 results), Microsoft IIS Server (619 results), Microsoft Windows Small Business Server (547 results), Microsoft Exchange Server 2007 (524 results), Microsoft Windows 2000 Server (442 results), Microsoft Exchange 2000 Server (328 results), e-mail server (283 results), Microsoft Windows Small Business Server 2003 (272 results), Microsoft ISA Server (263 results), Microsoft BizTalk Server (193 results), Microsoft SQL Server 2000 (191 results), client-server (183 results), Microsoft Exchange 5.5 Server (171 results), application server (154 results), Microsoft Windows Terminal Server (140 results), blade server (122 results), VMWare ESX Server (98 results), Dell Server (89 results), Microsoft Windows NT Server (62 results), database server (57 results), Dell PowerEdge Server (56 results), Microsoft SharePoint Portal Server (46 results), Microsoft Commerce Server (43 results), Microsoft Office Live Communications Server (36 results), HP Compaq ProLiant Server (35 results), Microsoft Cluster Server (33 results), Apache Web server (32 results), Microsoft Windows Server Longhorn (30 results), Microsoft ISA Server 2000 (30 results), Microsoft Office Live Communications Server 2005 (27 results), Microsoft SQL Server 7.0 (25 results), Microsoft Windows NT Server 4.0 (23 results), BEA WebLogic Server (14 results), Microsoft Windows .NET Server (11 results), IBM Lotus Domino Server (6 results), Microsoft Exchange Server 5.0 (4 results), Oracle9i Application Server (3 results), Microsoft Windows Data Center Server (1 results), Microsoft Windows .Net Server 2003 (1 results), Microsoft Windows Advanced Server (1 results), four-processor server (1 results), Microsoft Office Live Communications Server 2003 (1 results)fewer...

TechRepublic Resources

How do I change the name of my SQL Server?
Did you know that when you change the name of a server that you also have to change the name in SQL Server? It's not that difficult, but if you don't you'll cause problems. Steven S. Warren shows you how. by Steven Warren
Tags: Microsoft SQL Server, Server, Databases, Enterprise Software, Software, Data Management, Steven Warren
Blog posts 2008-08-05
Behavioral targeting: What you need to know
Behavioral targeting is advertising's attempt at supplying you with specialized ads developed from your Internet history. The intent of this article by Michael Kassner is to shed light on how behavioral targeting works and how it could affect you. by Michael Kassner
Tags: Web Server, Web, Advertisement, Query, Internet Service Provider, Behavioral Targeting, Server, Equipment, Web Browser, Web Page, Cookie, Phorm, NebuAd, NebuAd Cookie, NebuAd Equipment, Internet Service Providers (ISPs), Web Browsers, Internet, Michael Kassner
Blog posts 2008-07-31
How do I... Reseed a SQL Server identity column?
Microsoft SQL Server’s identity column generates sequential values for new records using a seed value. Seeding and reseeding an identity column is easy and relatively safe, if you do it correctly. Susan Sales Harkins shows you how it works. by Susan Harkins
Tags: Microsoft SQL Server, Server, Column, Value, Identity, Table, Identity Column, Seed Value, Term Seed, TRUNCATE TABLE, Susan Sales Harkins, Databases, Enterprise Software, Software, Data Management, Susan Harkins
Blog posts 2008-07-15
Take advantage of undocumented SQL Server iteration procedures
Here's a look at how you can use two built-in system stored procedures -- sp_msforeachdb and sp_msforeachtable -- to iterate through SQL Server tables and databases. by Tim Chapman
Tags: Microsoft SQL Server, Server, Tim, Storage, Databases, Hardware, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2008-07-03
Allow Windows Vista, Server 2008 systems to interact with older Samba installations
Windows Vista and Server 2008 have a default version requirement of MS-LAN Manager communication that prohibits communication to older Linux-based Samba installations. This can be fixed via group policy or the local security policy. by Rick Vanover
Tags: Group Policy, NAS, Network, Samba, Domain, Microsoft Windows Vista, Server, Group Policy Object, WS2K8, Network-Attached Storage (NAS), Microsoft Windows Vista (Longhorn), Linux, Storage, Security, Hardware, Operating Systems, Microsoft Windows, Software, Rick Vanover
Blog posts 2008-06-30
Music server via Samba
Jack Wallen set up a Samba music server for his family's use. He takes you through the setup and configuration to get it working. by Jack Wallen
Tags: Zen, Samba, Server, Digital Music, Digital Media, Personal Technology, Consumer Electronics, Jack Wallen
Blog posts 2008-06-30
Dell hits their green computing benchmark
Dell reported that they have made dramatic progress on one of their green initiatives as their server power supplies now sport 92 percent efficiency when the server is at a 50 percent load. by Andy Moon
Tags: Dell Computer Corp., Power Consumption, Server, Computing, Andy Moon
Blog posts 2008-06-25
Configure Windows Small Business Server 2003 R2 Remote Access
Windows Small Business Server possesses powerful remote administration features. Follow these step-by-step procedures to get remote administration installed and configured in your enterprise. by Toni Bowers
Tags: Microsoft Windows Small Business Server, Password, Remote Desktop, Server, Microsoft Windows, Microsoft Windows Small Business Server 2003, Remote Access Wizard, Configure Password Policies Menu Box, Remote Desktop Connection Box, Remote Access, Telecommunications, Toni Bowers
Blog posts 2008-06-23
What version of SQL Server are you running?
I have run into the situation several times where I had to determine which version of SQL Server 2005 is running including service pack. To accomplish this task, connect to the SQL Server Management Studio and run the following TSQL statement: SELECT SERVERPROPERTY(’productversion’), SERVERPROPERTY (’productlevel’), SERVERPROPERTY (’edition’)...
Tags: Microsoft SQL Server, Server, Databases, Enterprise Software, Software, Data Management, Steven Warren
Blog posts 2008-06-22
ClarkConnect: Open source gateway options for the remote office
Rick Vanover introduces the ClarkConnect gateway, based on Red Hat Linux and the 2.6 kernel. The goal of Toronto-based ClarkConnect is to provide an easy-to-use product that revolves around services targeted to broadband technology market. by Rick Vanover
Tags: Network, Server, ClarkConnect Internet, ClarkConnect Gateway, Gateway Installation Option, Internet, File Servers, Networking, Open Source, Enterprise Software, Software, Rick Vanover
Blog posts 2008-06-16
Text-based e-mail with Alpine
For many years, my favorite e-mail client was the University of Washington's Pine. In many a transparent terminal, I would have that client running solidly, with nary a crash or hiccup, for years. But then along with version 3.9.2 came a change in the licensing that wouldn't allow for modifications...
Tags: Remote Server, Server, Alpine, Pine, E-mail, Online Communications, Jack Wallen
Blog posts 2008-06-09
Convert a string array to tabular data in SQL Server
Many DBAs using SQL Server 2000 or SQL Server 2005 are still not very comfortable parsing XML data to get an array of values. Check out this approach for converting arrays of string values to a dataset in SQL Server 2000 and later. by Tim Chapman
Tags: Microsoft SQL Server, Server, @ParamaterList, Tim, Databases, Enterprise Software, Software, Data Management, Tim Chapman
Blog posts 2008-06-06
How do I... Identify and delete duplicates from SQL Server tables?
Duplicate records in a database are bad. You can't tolerate them. At the very least, they'll produce misleading analysis. At the worst, they'll totally wreck everything. Your application will probably run, but everything it generates will be suspect. You have to find them and delete them or your client might...
Tags: Microsoft SQL Server, Server, Column, Record, Table, Databases, Storage, Enterprise Software, Software, Data Management, Hardware, Susan Harkins
Blog posts 2008-06-03
Co-Administration is the new virtualization endpoint
Almost every organization has embraced some amount of virtualization, and the network has surely been a hot topic as a virtual environment scales upward. Most virtual host systems (VMware ESX, Citrix XenServer, etc.) offer host-based switches that implement 802.1Q tagging on the ports to the virtual machines. This poses a...
Tags: Network, Server, Co-administration, Virtualization, Utility Computing, Storage Management, Networking, Hardware, Storage, Rick Vanover
Blog posts 2008-06-01
AJAX should not mandate HTTP
An interesting and unfortunate by-product of AJAX applications is that these applications rely upon the existence of an application server always being available. Many Web users are used to the idea that they can save a Web page to be read at their convenience. Even when there is Flash on...
Tags: Web, Application, HTTP, Server, Web Page, AJAX, Internet, Software/Web Development, Web Development, Web 2.0, Justin James
Blog posts 2008-05-30
Query Active Directory for empty computer account descriptions
It's very handy to populate the Windows Active Directory Description field for computer accounts. Organizationally, you may use the field as an indicator for the system's role. Even with a server nomenclature that is self-documenting, there may be times when you still need an additional piece of...
Tags: Organizational Unit, Server, Computer, Computer Account, Productivity, Microsoft Windows Active Directory, Directory Services, Enterprise Software, Software, Rick Vanover
Blog posts 2008-05-27
Top 10 IT headlines for May 23: Google's Wi-Fi on steroids, HP edges IBM in servers, Apple's digital home
Top 10 IT headlines Larry Page talks about Google's vision of "Wi-Fi on steroids" Google Public Policy Blog Gartner: HP Edges Out IBM in Server Revenue, Shipments eWEEK Apple's digital home, five years out CNET Google's search share tops 61 percent; That'll spook Microsoft...
Tags: Google Inc., Hewlett-Packard Co., CNET Networks Inc., Information Technology, Server, Apple Inc., Wi-Fi, IBM Corp., Strategy, Management, Jason Hiner
Blog posts 2008-05-23
How do I configure SQL mail in SQL Server 2000?
As a database administrator, I like automation. When it comes to my backups, I like to automate as much as possible. SQL Mail gives me the ability to know when my backups are successful and when they fail. SQL Mail is a component of SQL Server that...
Tags: Microsoft Outlook, Microsoft SQL Server, Microsoft SQL Server 2000, Server, SQL, E-mail, SQL Mail, Programming Languages, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management, Steven Warren
Blog posts 2008-05-21
Anonymizer is purchased by Abraxas, a security consulting firm
Anonymizer's claim to fame is being one of the first applications to promote secure and anonymous web browsing. It's a method I've recommended to road warriors who want to increase security while using public Wi-Fi hot spots. Because I've recommended the application and have mentioned it on several postings, I...
Tags: Web, Server, SSL, Anonymizer, Abraxas Corp., Ssl/Tls, Authentication/Encryption, Channel Management, Internet, Network Security, Security, Marketing, Networking, Michael Kassner
Blog posts 2008-05-06
Beta of Parallels Server now supports Leopard Server
A new beta build of Parallels Server for Mac has been released, which supports running virtualized instances of Leopard Server. The result is that multiple copies of Leopard Server can be set up, with each configured for specific applications to maximize available resources. The ability to run...
Tags: Apple Macintosh, Server, Beta, Apple Mac OS X, Apple Mac OS, Desktops, Operating Systems, Software, Hardware, Paul Mah
Blog posts 2008-05-02
  • << Previous
  • page 1 of 626
  • Next >>


500 Things Every Technology Professional Needs to Know
Did you know Microsoft's RegClean does not work with XP but you can use shareware to clean your registry? Did you know most wireless access points don't have encryption enabled by default? Did you know there are 500 tidbits of information contained in TechRepublic's 500 Things Every Technology Professional Needs to Know that will help you become a successful IT professional.
Buy Now
IT Professional's Guide to Policies and Procedures, Third Ed
Whether you're creating policies for management, training, personnel, support, privacy, Internet/e-mail usage, security, or inventory, you'll meet the needs of your entire enterprise with this one download!
Buy Now

SmartPlanet