The system administrator has set policies to prevent this installation
This is a common problem when you try to install .msi files on Windows Server. There is a simple way
Read moreThis is a common problem when you try to install .msi files on Windows Server. There is a simple way
Read moreSimple script to covert regular date time to unix epoch time format (UTC) $dat=’01/02/2015′ #If date is passed without time
Read moreEasy way to split date into Day, Month, Year in Linux. This code was tested using Bash shell. $dat=’13/2/2015′ sday=$(date -d
Read moreDECLARE @LastmonLastBusinessDay date, @inputdate date SET @inputdate = ’05/25/2014′ SELECT @LastmonLastBusinessDay = DATEADD(ms,-3,DATEADD(mm,DATEDIFF(mm,0,@inputdate),0)) – CASE DATENAME(dw,DATEADD(ms,-3,DATEADD(mm,DATEDIFF(mm,0,@inputdate),0))) WHEN ‘SUNDAY’ THEN 2
Read moreHere is a simple command line statement to kill frozen windows task manager. START – RUN – CMD (make sure
Read moreDeleting duplicate rows in SQLServer is very simple. Example : Check this table let me call it as Sample, order
Read moreThanks to : Abdulla AbdelHaq Source : http://weblogs.asp.net/abdullaabdelhaq/archive/2009/06/01/VS-Debug-Problem-with-IE8.aspx How VS debugger could be crashed with IE8? If you opened
Read moreWhen a new email address or Distribution list is created, the email address or distribution list may not be visible
Read moreTo Manage Terminal Services Session first Query the Server 192.168.2.5 c:\>qwinsta /server:192.168.2.5 SESSIONNAME USERNAME ID STATE TYPE DEVICE console
Read moreTo find out Windows Server Name using IP Goto Command Prompt (Start > Run > cmd> C:> nbtstat –A <<ip address>>
Read more