Search
Purchase DNN Modules
Our success stories
ThermaPro Solutions (www.thermaprosolutions.com) is a leading company in Montreal, Canada - providing bed bugs detection and extermination services.
DotNetNuke (DNN) Resource Search
Only DNN - DotNetNuke Blog
FeedBurner Subscribe to Ismet Dumlupinar's DotNetNuke Blog



SQL Server 2008Sometimes SQL Server collation and your database collation might be different. For example; Turkish hosting providers are using default Regional Settings while installing SQL Server 2005/20008. This is resulting master database collation to be set as Turkish_CI_AS. So far, no problem. You may experience outstanding issues while installing DotNetNuke using Turkish_CI_AS collation.

At the very beginning after facing the collation problem i decided to use Latin1_General_CI_AS as server collation and results were very helpful.

In a test development environment you could easily uninstall and reinstall SQL Server with correct settings. However in a production environment you might have other applications running at same server, because of that you may need to rebuild your master database collation.

SQL Server 2008 Books Online tells how to do this. However this information is not correct at all.
You can find actual instructions for changing master collation at following blog post:

How to Rebuild System Databases in SQL Server 2008


Posted in: Tutorials

Post Rating

Comments

Anonymous
# Anonymous
Sunday, August 02, 2009 10:10 AM
How to Change SQL Server 2008 Collation
visitor
# visitor
Wednesday, April 07, 2010 5:33 AM
I have always used the below command. This has to be done after inserting the setup disk. Hope this works for you.
Setup /QUIET /ACTION=REBUILDDATABASE /INSTANCENAME=InstanceName
/SQLSYSADMINACCOUNTS=accounts /[ SAPWD= StrongPassword ]
/SQLCOLLATION=CollationName

Post Comment

Name (required)

Email (required)

Website

CAPTCHA image
Enter the code shown above:




Web Hosting Blogs - BlogCatalog Blog Directory

blogarama - the blog directory


Web Development blogs & blog posts

2007 - 2011 www.onlydnn.com   |  Privacy Statement  |  Terms Of Use  Xhtml 1.0  CSS 2.0