blogged find better blogs
HomeTechnologyEntertainmentSportsPoliticsBusinessHumorWorld NewsLifestyleDirectoryMore Topics
Blog Detail
Cosmo Central

Advertising/marketing tips, funny news.
Cosmo Central Blog  
Related Blogs
previous blog next blog

4 Users are Following

8.2
great
based on editor's review


recent postsrss feed

the type or namespace name 'webmethod' could not be found

Sep 18, 2009
If you are adding Page Method on your ASP .Net page and you see this compile error: the type or namespace name ‘webmethod’ could not be found…. then you are missing one of these things: A. Make sure you have reference to System.Web.Services on your...

Truncate MS SQL 2008 Database Log File

Sep 16, 2009
If you need to truncate the SQL database log files to keep them smaller in size. The process I am demonstrating here is for MS SQL 2008.–Get in the database use Test GO –see current file sizes SELECT name,size from sys.database_files –see...

How To Start / Stop MS SQL Server 2005

Sep 15, 2009
Open the MS DOS command prompt. To start MS SQL Server type: net start mssqlserver To stop MS SQL Server type: net stop mssqlserver


Comments & Reviews:
Be the First to Review this Blog!