Sql Server 2008

Produk Microsoft Tentang Database

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 »

Passing a Table to a Stored Procedure

February 1, 2009
By admin

The CODE This article is based on SQL Server 2008 CTP 3. Some of the information may change by the time the product is finally released. Before we create a Function or Stored Procedure that accepts a TABLE variable, we need to define a User Defined TABLE Type. SQL Server 2008 introduced a new...
Read more »

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

Enterprise Project Management (EPM)

December 11, 2008
By admin
Enterprise Project Management (EPM)

Enterprise Project Management (EPM), dalam hal luas, adalah bidang pengembangan organisasi yang mendukung organisasi dalam mengelola dan integrally beradaptasi sendiri untuk perubahan dari transformasi. Dalam beberapa tahun terakhir, dengan adopsi umum (TI) praktek pemerintahan, Enterprise Manajemen Proyek telah menjadi lebih spesifik: sedangkan di tahun 1990-an secara umum telah fokus pada pengelolaan satu proyek, disusul...
Read more »

Tags:
Posted in Exchange Server, Microsoft, Microsoft Office 2007, Office, Sql Server 2008, Umum, Windows Small Business Server | No Comments »

ESRI to Support SQL Server 2008 Spatial

October 20, 2008
By admin
ESRI to Support SQL Server 2008 Spatial

Good news for those who want to take advantage of SQL Server 2008 Spatial and ArcGIS. ESRI’s ArcGIS 9.3 software, the next scheduled release of ESRI’s ArcGIS suite, will take full advantage of the new spatial technology in the upcoming release of SQL Server 2008. With the November SQL Server 2008 community technology preview...
Read more »

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