Click 'Connect with Facebook' to join NetworkedBlogs. NetworkedBlogs is a community of bloggers and blog lovers. Join the fun, add your blog, and connect with others who read and write about subjects you like.
Microsoft SQL Server Error 5030
So, if you are trying to change the collation of a database and getting error 5030, this is much likely because you cannot change the collation of a database when it is in Multi_User mode. In this case, you should try to run the following query.
-- the following line sets the database to "Single User" mode
ALTER DATABASE DBNAME SET SINGLE_USER WITH ROLLBACK IMMEDIATE
-- the following line sets the new collation
ALTER DATABASE DBNAME COLLATE COLLATIONNAME
-- the following line sets the database back to "Multi User" mode
ALTER DATABASE DBNAME SET MULTI_USER
DBNAME: Database name
COLLATIONNAME: New collation’s name. E.g.: Latin1_General_CI_AI
The resource object with key … was not found
If you ever face problems with your resources and somehow the ASP.NET application/website refuses to load them, consider checking if your website path is readable by the process owner user of the website application pool.
Microsoft WebsiteSpark
“A program that offers visibility, support and software for professional Web Developers and Designers”
Have you heard of Microsoft WebsiteSpark yet? WebsiteSpark is a global program by Microsoft to support Web Developers and Designers. If your company has 10 or fewer employees, you are eligible to enroll to the program and you will get the following opportunities, services and software for free for next 3 years!
For design, development, testing and demonstration of new websites:
Visual Studio Professional
Expression Studio 2 or 3 (1 user)
Expression Web 2 or 3 (up to 2 users)
Win
Not enough data.
Calculated for blogs with 20+ followers.
- Einar Ingebrigtsens Playground
Silverlight, Xna, .net
- Primordial Code
.net, c#, silverlight
- Just Programmer
.Net, Python, Programming
- CodeClimber: Climbing the Cliffs of C#
.NET, ASP.NET, web development
- Nick Berardi's Coder Journal
C#, Development, Web
Questions? contact: networkedblogs@ninua.com
Copyright (C) 2008, Ninua, Inc.