MCTS Fix

Ace up your sleeve with MCTS

Error code: 0xC004F061

The error “0xC004F061″ is related to activation of Windows 7. Reason for this error is using a product key for an upgrade version of Windows 7 and a previous version of Windows wasn’t on your computer when Windows 7 was installed. Windows Vista or Windows XP must be installed on the computer before you install an upgrade version of Windows 7.

Do not format the drive before starting the installation process before upgrading the product key to activate Windows 7.

For more info visit:  Windows 7 activation error: invalid product key.

Share

How to create a relationship between two tables in Microsoft SQL Server 2005

Take the following steps to create a relationship:

   1. Run SQL Server Management Studio from Start – Programs – Microsoft SQL Server 2005 – SQL Server Management Studio.
   2. In the Connect to Server dialog box, click the Connect button.
   3. In the Microsoft SQL Server Management Studio window, double-click the Databases folder.
   4. In the Microsoft SQL Server Management Studio window, double-click the database.
   5. In the Microsoft SQL Server Management Studio window, double-click the Tables folder.
   6. Right-click the table and click Modify.
   7. The table will open in edit mode. Select the column for which a foreign key is to be assigned.
   8. Go to Table Designer – Relationships.
   9. The Foreign Key Relationships dialog box will open.
  10. In the Foreign Key Relationships dialog box, click the Add button to create the foreign key. Click the Browse button in the Tables and Columns Specification property.
  11. The Tables and Columns dialog box will open.
  12. Select the primary key table from the Primary key table dropdown list.
  13. Select the primary key column from the Primary key table dropdown list.
  14. Select the foreign key column from the Foreign key table dropdown list. Click the OK button.
  15. In the Foreign Key Relationships dialog box, click the Close button.
  16. In the Microsoft SQL Server Management Studio window, go to File – Save Customer (Customer is the name of the table.) to save the changes.

Share

Novell Supports LPIC-3 Program

The Linux Professional Institute (LPI) and Novell announced a series of initiatives to promote Linux professional credentials and the global adoption of open source software.  Novell is working on the development of LPI’s LPIC-3.

LPIC-3 will be LPI’s senior certification level for Linux professionals. LPIC-3 specifically targets the needs of large enterprise. Novell has always supported LPI’s dedication to the development of Linux professionals. The Linux Professional Institute is an internationally recognized, vendor-independent organization. LPI’s multi-level program of exams is administered globally through Pearson VUE and Prometric testing centers. Major financial sponsors of LPI are Platinum Sponsors Novell, IBM, Linux Journal, Linux Magazine, SGI, and TurboLinux as well as Gold Sponsors, Hewlett-Packard and IDG.

Click Here to know the details:

Share