NetworkedBlogs.com (beta) is an extension of the Facebook app NetworkedBlogs.

sunali.com

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.
 

Information

Blog Name: sunali.com
Url: http://sunali.com
Language: English
Topics: .net, asp.net, c#
Description:
Popularity: 14 Followers

Blog Feed

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

Followers

This blog has 14 followers. Visit the blog page on Facebook to see who's following this blog.
Follow

Popular in:

Not enough data.
Calculated for blogs with 20+ followers.

Related Blogs

This site uses BitPixels previews
Questions? contact: networkedblogs@ninua.com
Copyright (C) 2008, Ninua, Inc.