Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / database / SQL-Server / SQL-Server-2005

SQL-Server-2005

SQL-Server-2005

Great Reads

by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.
by Rick Bassham
How to use the SqlChangeMonitor with the new MemoryCache class in .NET 4.0.
by John Kenedy S.Kom
This project enables developer to create a setup package that automatically installs SQL 2005 Express and restores database to it
by Omar Al Zabir
Learn about 13 production disasters that can bring down your business

Latest Articles

by Suresh Dasari's
Auto Generate Code (CRUD) for 3 Layered architecture (Entity, Data Access & Business Layer) with Stored Procedures based on table design.
by Rick Bassham
How to use the SqlChangeMonitor with the new MemoryCache class in .NET 4.0.
by John Kenedy S.Kom
This project enables developer to create a setup package that automatically installs SQL 2005 Express and restores database to it
by Omar Al Zabir
Learn about 13 production disasters that can bring down your business

All Articles

Sort by Score

SQL-Server-2005 

by Rick Bassham
How to use the SqlChangeMonitor with the new MemoryCache class in .NET 4.0.
by Amogh Natu
This post shows how to insert a comma-separated string into multiple rows in a table in SQL Server.
by Tejas Vaishnav
Auto incremented ID using VARCHAR data type
by Tharaka MTR
How to count consecutive dates using SQL
by Vivek Johari
Basic information about the different ways of creating a table
by Tharaka MTR
Generate insert statements from a specific table data using SQL Server
by Mayur V Lohite
Generic Repository Pattern MVC
by Vivek Johari
This article will try to show how to find duplicate values in a table.
by Tharaka MTR
This post will show you how to fix orphaned SQL users.
by rusanu
How to Multicast messages with SQL Server Service Broker
by Vivek Johari
Introduction to SQL Server Views
by Martin Thwaites
If you have an issue with a slow part of a site after a large dataload, that you can't replicate after a DB restore, it's likely you could be dealing with a similar issue.
by Bryan O'Connell
Review of the ebook: Brad's Sure Guide to SQL Server Maintenance Plans.
by Vivek Johari
Stored Procedure in SQL Server can be defined as the set of logically group of SQL statement which are grouped to perform a specific task. This article will describe the Stored Procedure in SQL Server and their benefits.
by puri keemti
SQL Server 2005
by aasim abdullah
How to apply filter on sp_MSforeachDB
by aasim abdullah
How to control SQL Server Log Information
by aasim abdullah
Using logon trigger, users from valid IP addresses can be restricted, but what if you forgot to add in safe list. You will be unable to login though you have sysadmin rights. Use DAC to disable logon trigger.
by aasim abdullah
In SQL Server 2005, there is no way to find out WHO AND WHEN someone changed the compatibility level of a database. Here is a trick for this functionality.
by aasim abdullah
SQL Server: Script to generate HTML Report/mail for Databases Current Size, Growth Rate and Available Disk Space
by aasim abdullah
Smarter Way of Query Load Testing at Testing Server
by Sky Sanders
A strategy for implementing maintaining separation of concerns and implementation hiding.