Wednesday, February 6, 2008

Disabling IIS Loopback Check

An Article that describes the procedure :
Error message when you try to access a server locally by using its FQDN or its CNAME alias after you install Windows Server 2003 Service Pack 1: "Access denied" or "No network provider accepted the given network path"


http://support.microsoft.com/kb/926642

Saturday, February 2, 2008

Using CLR Integration in SQL Server 2005

Enabling CLR on sql server 2005 command :
EXEC sp_configure @configname = ’clr enabled’, @configvalue = 1
RECONFIGURE WITH OVERRIDE

Discussion on CLR Integration in SQL Server 2005 benefits and alternatives
http://msdn2.microsoft.com/en-us/library/ms345136.aspx

An Intro to CLR Integration in SQL Server 2005 By Sahil Malik
http://www.developer.com/net/net/article.php/3528601

Simple SQL CLR Integration By Amit Anajwala : Simple how to for begginers
http://www.sqlservercentral.com/articles/Development/simplesqlclrintegration/2023/

Using CLR Integration in SQL 05 for Writing Stored Procedures By Jesse Smith.
http://www.informit.com/articles/article.aspx?p=715008


Series of articles on developer.com By Sahil Malik

1. Writing Database Objects in CLR
http://www.developer.com/net/net/article.php/3548331

2. Writing Database Objects in CLR: Advanced Scenarios
http://www.developer.com/net/net/article.php/3550341

3. Solving the Mysteries of SQLCLR and System.Transactions
http://www.developer.com/net/net/article.php/3556571

Saturday, January 12, 2008

Presentation for Developing CRM 3

PDF format
http://download.microsoft.com/documents/australia/teched2005/BI209_Patterson.pdf

CRM Internet facing Deployment problems

Check this blog. The poster had some problems and fixed them using database settings.
The main fix is to set the server FQDN name in the database.

http://www.sharepointy.com/Lists/Categories/Category.aspx?Name=CRM%204%2e0

CRM Queue Gadget

Gadget that monitors a user Queue in CRM
created by Akezyt and hase a link to source on getDotNet

http://blogs.msdn.com/akezyt/archive/2007/08/03/crm-queue-gadget.aspx

Tuesday, January 1, 2008