People are capable of all kinds of good thinking, but some just don't see what's right in front of their noses.
Home
 

IT

Cyberlink Power2Go 8

I came across with the needs to burn Blue-ray disk and system backup for my machine Asus Support team recommend me to use Cyberlink Power2Go 8 for Windows 7, and apparently this software is simply cracked due to many hackers are keen to use many utilities on their 15 days trial version, and its multiple …Continue reading

VMware KB Articles

List of VMware KB Articles Unable to upgrade existing VMware Tools (1001354) Troubleshooting an unresponsive host and multiple Disconnected virtual machines (1019082) VMware ESXi 5.0, Patch Release ESXi500-201209001 (2032584) Understanding vSphere 5.1 network rollback and recovery (2032908)

Setting Up Windows Server 2012 Domain Controller

In order to make the windows server 2012 domain controller we will install ADDS (Active Directory Domain Services) role from the server manager on Windows Server 2012.

SQL Server 2014 CTP1 is now available for download

Finally the wait is over to get your hands dirty on SQL Server 2014 as the first Community Test Preview (CTP1) is released and is available for download form the Microsoft Official Site. –> Download the SQL Server 2014 CTP1 [Click here]. You will need to login with your Windows Live ID to go to …Continue reading

EXCEPT and INTERSECT (Transact-SQL)

They both return distinct values by comparing the results of two queries. EXCEPT returns any distinct values from the left query that are not also found on the right query. INTERSECT returns any distinct values that are returned by both the query on the left and right sides of the INTERSECT operand. The basic rules …Continue reading

NTILE() in Transact-SQL

This function is used to distribute the rows in an ordered partition into a specified number of groups. The groups are numbered, starting at one. For each row, NTILE returns the number of the group to which the row belongs. Syntax NTILE (integer_expression) OVER ( [ <partition_by_clause> ] < order_by_clause > ) Arguments integer_expression Is …Continue reading

Microsoft Windows Server 2012 R2 Preview is Now Available for Download

Microsoft announced availability of the System Center 2012 R2 and Windows Server 2012 R2 previews.  You can download these products right now from the evaluation center. Windows Server 2012 R2 brings Microsoft’s experience delivering global-scale cloud services into your infrastructure. Some highlights are as follows Enabling hybrid cloud – Windows Server Hyper-V and System Center …Continue reading

Details of features supported by the different editions of SQL Server 2012

There are myriad numbers of Microsoft SQL Server 2012 comparison among its editions. In my opinion, the best source is on below MSDN url. Features Supported by the Editions of SQL Server 2012

Maximum number of primary partitions

Some people think that the term “partition” means to divide the drive into two or more partitions. That’s an incorrect concept because when you partition a drive you create one or more partitions on it. We have to have at least one partition on it to use a drive. Those people who think they don’t …Continue reading

SQL Filegroups for performance, management and DR

As far as I am concerned, we need to break up our big database (more than 500 GB) into a series of filegroups for better performance, easier management and faster disaster recovery. – Filegroup with current active data – Filegroup with old and obselete data First of all, create a series of filegroup, and then …Continue reading

1 3 4 5 6 7
Top