Windows : Configure SQL Server Agent to Restart Services Automatically

Configure SQL Server Agent to Restart Services Automatically

You can configure SQL Server Agent to restart the SQL Server and SQL Server Agent services automatically if they stop unexpectedly. Configuring automatic restart of these services is a good idea because it might keep you from getting paged if the server stops for some reason at [...]

Windows : Memory Limits for Windows Releases

To enable 4GB RAM in 32 bit Windows OS, you can use PAE, but it’s not nearly as good as just going 64 bit. For more information, you can check this MSDN Page:

Physical Address Extension http://msdn.microsoft.com/en-us/library/aa366796%28VS.85%29.aspx

Memory Limits for Windows Releases

http://msdn.microsoft.com/en-us/library/aa366778(v=VS.85).aspx

Possibly Related Posts:

Tech : RealVNC demos BIOS-based server at IDF 2011 Windows : HOw to delete Tmp filed through cmd?
Linux : Flash fullscreen doesn’t work on Ubuntu 10.10
Windows 7 – Enable Telnet
MS : Microsoft Lync client for Andriod Mobiles

linux :How do I turn on telnet service on ubuntu?

TELNET (TELetype NETwork) is a network protocol used on the Internet or local area network LAN connections.

The telnetd program (telnet server) is a server which supports the DARPA telnet interactive communication protocol. Telnetd is normally invoked by the internet server inetd or xinetd for requests to connect to the telnet port as indicated by [...]

Linux : How to get free swap infromation

how to get free – to see swap space information in linux

Command : cat /proc/meminfo ( or ) free

out put from my system

kartook@K:~$ cat /proc/meminfo; free MemTotal: 12320084 kB MemFree: 3508632 kB Buffers: 121068 kB Cached: 5832992 kB SwapCached: 1616 kB Active: 4625864 kB Inactive: 3571736 kB Active(anon): 1689308 kB Inactive(anon): 584088 [...]

linux : How do I enable EPEL (Extra Packages for Enterprise Linux) repo and install the packages under CentOS Linux?

How do I enable EPEL (Extra Packages for Enterprise Linux) repo and install the packages under RHEL / CentOS Linux?

EPEL (Extra Packages for Enterprise Linux) is a volunteer-based community effort from the Fedora project to create a repository of high-quality add-on packages that complement the Fedora-based Red Hat Enterprise Linux (RHEL) and its compatible [...]