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

Free Tool : KiTTy

What is KiTTY ? KiTTY is a fork from version 0.60 of PuTTY, the best telnet / SSH client in the world. KiTTY is only designed for the Microsoft Windows platform. For more information about the original software, or pre-compiled binaries on other systems, you can go to the Simon Tatham PuTTY page.

More About [...]

Windows Script : Enables Remote Desktop on Remote computers

Enables Remote Desktop on any computer (including a remote computer)

Note : I tested in my Windows Xp and Windows 7 .Work great !!! Save as .vbs and execute.

Dim strPC strPC = InputBox(“What machine would you like to connect to and enable remote desktop?”, _ “Connect to Server”) set oRD = GetObject(“winmgmts:{impersonationLevel=impersonate}!//”& strPC & [...]

Server CORE : Use the Sconfig Utility to Install Windows PowerShell on Server Core ?

Server CORE : Use the Sconfig Utility to Install Windows PowerShell on Server Core ?

The Server Configuration utility (Sconfig) provides a text-based menu system that makes it easy to do the following:

* Configure domain or workgroup membership * Change a server’s name * Add a local Administrator account * Configure remote management features [...]