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
Wednesday, February 6, 2008
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
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
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
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
created by Akezyt and hase a link to source on getDotNet
http://blogs.msdn.com/akezyt/archive/2007/08/03/crm-queue-gadget.aspx
Wednesday, January 2, 2008
Compatibility for xml office documents for office 2003
Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats
http://www.microsoft.com/downloads/details.aspx?FamilyId=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&displaylang=en
http://www.microsoft.com/downloads/details.aspx?FamilyId=941B3470-3AE9-4AEE-8F43-C6BB74CD1466&displaylang=en
Tuesday, January 1, 2008
SQL 2005 service pack details
KB article on the service pack is here :
http://support.microsoft.com/kb/941450
http://support.microsoft.com/kb/941450
Subscribe to:
Posts (Atom)