Microsoft

Blog ini menceritakan tentang pengalaman saya menggunakan Produk Microsoft dalam kegiatan saya sehari-hari dalam pekerjaan saya, maupun pengalaman pribadi

Common Windows issues you can fix with a registry hack

August 3, 2010
By admin
Common Windows issues you can fix with a registry hack

If you read any article that involves editing the registry, you will no doubt see ominous warnings telling you that you can destroy Windows and/or your applications if you edit the registry incorrectly and that you should always make a full system backup before performing a registry modification. While these statements may be true,...
Read more »

Tags: ,
Posted in Microsoft, Umum | No Comments »

Registrasi Visual Studio 2010

May 4, 2010
By admin
Registrasi Visual Studio 2010

Aneh sekali ketika saya baru pake VS 2010 Express ternyata ada masaberlakunya sampai 30 hari untuk mengeggunakan produk ini, hmmm.. padahal banyak fitur yang sudah lama untuk di coba satu persatu, sayang ya! tetapi ternyata setelah saya mencoba untuk melakukan registrasi akhirnya aku dapat serial Numbernya. Langkah-langkahnya seperti ini :   1. pilih menu...
Read more »

Tags:
Posted in Microsoft, Umum, Visual Studio 2010 | No Comments »

Why Are Global Catalog Servers So Important?

April 28, 2010
By admin
Why Are Global Catalog Servers So Important?

n case you aren’t familiar with Global Catalog Servers, they are simply domain controllers that have been designated to perform the Global Catalog server role. When you create an Active Directory forest, the first domain controller in the forest is automatically assigned the Global Catalog server roll, because every forest requires at least one...
Read more »

Tags: ,
Posted in Microsoft, Windows Server 2008, Windows Small Business Server | No Comments »

SQL Data Provider VB.NET Class (2) Example Usage

January 20, 2010
By admin
SQL Data Provider VB.NET Class (2) Example Usage

This class provides a fast and universal method for accessing SQL Server database. Create Instance At first you create an instance of SqlDatabase class. Dim sqldb As New SqlDatabase("Data Source=(local); Initial Catalog= ; UId = ; Pwd = ;") For more information about connection strings, visit ConnectionStrings.com. ExecuteNonQuery Method Executes a Transact-SQL statement against...
Read more »

Tags: ,
Posted in Microsoft, Sql Server 2008, Visual Studio 2008 | No Comments »

SQL Data Provider VB.NET Class (1)

January 19, 2010
By admin
SQL Data Provider VB.NET Class (1)

This class is for simplifying and accelerating working with SQL, using this class is very simple; there is a sample below for this class, which I hope is useful. You can report bugs, opinions and suggestions to me. <<DONWLOAD>> << dataAccess.vb >> Imports System Imports System.IO Imports System.Text Imports System.Data Imports System.Data.SqlClient Namespace SqlDataProvider ''' <summary>...
Read more »

Tags:
Posted in Microsoft, Sql Server 2008, Visual Studio 2008 | No Comments »

Sales performance by gender of the customers with MDX Query

January 18, 2010
By admin
Sales performance by gender of the customers with MDX Query

WITH set AS ‘Filter (..Members,.CurrentMember.Properties(“GENDER”)= “M”)’ set AS ‘Filter (..Members,.CurrentMember.Properties(“GENDER”)= “F”)’ member Customer.AggMale as ‘Aggregate() member Customer.AggFemale as ‘Aggregate() SELECT {.} ON AXIS(0), {Customer.AggMale,Customer.AggFemale} ON AXIS(1) FROM
Read more »

Tags: ,
Posted in Microsoft, Sql Server 2008 | No Comments »

MDX, ADOMD, VB.NET & SQL Server Analysis Services

January 6, 2010
By admin
MDX, ADOMD, VB.NET & SQL Server Analysis Services

Recently, we’ve jumped into the world of multi-dimensional OLAP.  We’re currently using SQL Server Analysis Services which has been great to create the data cubes and Microsoft Sharepoint with Business Scorecard Manager to render the cubes.  The database and cube work wonderfully.  We have had issues with Scorecard Manager 2005 though (namingly, it doesn’t render well to...
Read more »

Tags:
Posted in Microsoft, SharePoint, Sql Server 2008 | No Comments »

Windows 7 Enterprise 90-day Trial

November 5, 2009
By admin

  http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx?ITPID=wtcfeed
Read more »

Tags:
Posted in Microsoft, Windows 7 | No Comments »

WSS and MOSS Feature Comparison

June 2, 2009
By admin

Feature Windows SharePoint Services 2007 Microsoft Office SharePoint Server 2007 Portal Social networking   X Sites and documents roll-up Web part   X Colleagues and memberships Web parts   X Web parts X X Web part pages X X Enterprise search   X Content targeting   X Site directory   X Automatic categorization  ...
Read more »

Posted in Microsoft, SharePoint | No Comments »

20 Fitur Baru Windows 7

April 24, 2009
By admin
20 Fitur Baru Windows 7

Banyak yang sudah tidak sabar menunggu keluarnya Windows 7 (W7), penerus Windows Vista. Tidak seperti biasanya, Microsoft banyak merahasiakan fitur-fitur baru W7, tetapi semiua kerahasiaan ini telah berakhir, Microsoft memberikan banyak pengembang bocoran-bocoran tentang W7 di PDC. Tehcnologizer yang berkesempatan mencoba W7 mengatakan bahwa kelihatannya OS ini… benar-benar cukup prospektif! Pertama, Anda harus tahu...
Read more »

Tags:
Posted in Microsoft, Windows 7 | No Comments »