Search This Blog

Friday, November 28, 2008

Generate BarCode WebSite

Free Barcode Generator - Barcoding Inc.

Tuesday, November 25, 2008

Flickr Tools

http://www.estradas.biz/2007/08/flickr-tools-collection.htm

Monday, November 24, 2008

Search Flickr for User profiles

http://bighugelabs.com/flickr/dna.php?username=

Showing off Blogger Code

Test Post: Tie Bomber

(This is test was created using GData BLogger API)

Test Post: Two Seater X-Wing

Test Post using new class()

Saturday, November 22, 2008

Testing Blogger API Code

Adding MoonVille Tunnel Image

Wednesday, November 19, 2008

Wednesday, November 12, 2008

Recent Posts Widget

Add recent posts widget to blogger
URL

Tuesday, November 11, 2008

How to Debug Hydrid VB6 and C# project

Use System.Diagnostics.Debugger.Break();
in C# code in class with COM interop that is used in VB6 project.
Allow code to debug using .net 2005/2008 but not .net 2003

Used this approach to debug call center scheduler.

Monday, November 10, 2008

Friday, November 7, 2008

Setup and configuration for New Blogger Tag Cloud / Label Cloud

Steps to create Label Cloud in a Blogger Template

Microsoft Analysis Management Objects

Microsoft Analysis Management Objects Analysis Management Objects (AMO) is a .NET Framework object model that enables software developers to create client-side applications to manage and administer Analysis Services objects.

Audience(s): Customer, Partner, Developer

X86 Package(SQLSERVER2008_ASAMO10.msi) - 2659 KB
X64 Package (SQLSERVER2008_ASAMO10.msi) - 4317 KB
IA64 Package(SQLSERVER2008_ASAMO10.msi) - 6055 KB

Microsoft SQL Server 2008 Analysis Services 10.0 OLE DB Provider

Microsoft SQL Server 2008 Analysis Services 10.0 OLE DB Provider The Analysis Services 10.0 OLE DB Provider is a COM component that software developers can use to create client-side applications that browse metadata and query data stored in Microsoft SQL Server 2008 Analysis Services. This provider implements both the OLE DB specification and the specification’s extensions for online analytical processing (OLAP) and data mining.

Note: Microsoft SQL Server 2008 Analysis Services 10.0 OLE DB Provider requires Microsoft Core XML Services (MSXML) 6.0, also available on this page.

Audience(s): Customer, Partner, Developer

X86 Package(SQLServer2008_ASOLEDB10.msi) - 19490 KB
X64 Package (SQLServer2008_ASOLEDB10.msi) - 43945 KB
IA64 Package(SQLServer2008_ASOLEDB10.msi) - 50682 KB

Microsoft ADOMD.NET ADOMD.NET

Microsoft ADOMD.NET ADOMD.NET is a Microsoft .NET Framework object model that enables software developers to create client-side applications that browse metadata and query data stored in Microsoft SQL Server 2008 Analysis Services. ADOMD.NET is a Microsoft ADO.NET provider with enhancements for online analytical processing (OLAP) and data mining.

Note:The English ADOMD.NET setup package installs support for all SQL Server 2008 languages.

Audience(s): Customer, Partner, Developer

X86 Package(SQLSERVER2008_ASADOMD10.msi) - 4312 KB
X64 Package (SQLSERVER2008_ASADOMD10.msi) - 9263 KB
IA64 Package(SQLSERVER2008_ASADOMD10.msi) - 6776 KB

SQLDMO cannot connect to Anaysis Services version 10.0.1600.22

Get error cannot connect to Anaysis Services version 10.0.1600.22 when trying to connect to SQL analysis server 2008

Found this posting Need AMO update:

The C# application was written for SSAS 2005 and thus references the 2005 version of Microsoft.AnalysisServices.dll (AMO). The 2008 version of AMO was just released at this link: http://www.microsoft.com/downloads/details.aspx?FamilyID=228DE03F-3B5A-428A-923F-58A033D316E1&displaylang=en

Scroll down to "Microsoft Analysis Management Objects" and install. The 2008 version of AMO will install to ...\Program Files\Microsoft SQL Server\100\SDK\Assemblies. In the C# solution, remove the reference to the 2005 version of this DLL and replace it with the 2008 version. BTW, this should open both 2005 and 2008 cubes.

Thursday, November 6, 2008

Rebuild SQL Server 2005 Master database

Re-run setup:

start /wait setup.exe /qn INSTANCENAME=MSSQLSERVER REINSTALL=SQL_Engine REBUILDDATABASE=1 SAPWD=mypassword

Microsoft Suggestion:

Use of the Setup command to rebuild the master database has changed in this Microsoft SQL Server release. Run Setup.exe to rebuild, verify, and repair a SQL Server instance, and rebuild the system databases. This procedure is most often used to rebuild the master database for a corrupted installation of SQL Server.

Wednesday, November 5, 2008

Debug TimeSlotscheduler

Debug TimeSlotscheduler - COM wrapped .NET Class
In SchedulingAppForCOM project
Properities:
Configuation Properities:
Debugging: