Click here to Skip to main content
15,884,388 members
Everything / Database Development / SQL Server / SQL Server 2005

SQL Server 2005

SQL-Server-2005

Great Reads

by Wonde Tadesse
This tip/trick helps to set a default value for blob data type such as Image, VarBinary.
by Steve Krile
Fully AJAX-enabled user control used to select names from a database in a drop-down format.
by Mubin M. Shaikh
Create time dimension with 24 hour plus values and time buckets in your data warehouse
by Max Paulousky
This article presents the techniques and caveats of building Silverlight applications that can be notified about database state changes via polling duplex. WSHttp binding and CLR triggers are used to implement the solution as well.

Latest Articles

by Narapareddy Shyamprasad
SQL Dynamic Pivots
by Luca Astolfi
User defined procedure for make an HTML table from T-SQL Select statment
by JasonShort
Wouldn’t it be handy if you could use regular expressions (RegEx) in your SQL code?  You could do some really advanced queries through the ability to specify regular expressions rather than just the simple like % matching you normally use. SQL CLR can do that!
by Ebenezar John Paul
An Ideal Code Review Checklist that applies for most programming languages

All Articles

Sort by Updated

SQL Server 2005 

16 Aug 2018 by Narapareddy Shyamprasad
7 Aug 2017 by JasonShort
Wouldn’t it be handy if you could use regular expressions (RegEx) in your SQL code?  You could do some really advanced queries through the ability to specify regular expressions rather than just the simple like % matching you normally use. SQL CLR can do that!
24 Feb 2017 by Ebenezar John Paul
An Ideal Code Review Checklist that applies for most programming languages
3 Oct 2016 by Mark W Solomon
In this article, I developed a way to determine all the SQL Servers in our environment at will and filter this information into Microsoft's Sunset report for Microsoft SQL Server and present all this information in an SSRS report.
1 Sep 2016 by NaibedyaKar
SQL Server database project creation using Visual Studio 2013
26 Aug 2016 by Neeraj Prasad Sharma
This article deals with performance difference with literal values
27 May 2016 by icemanind
How to automatically create data access layers and business layers from a Microsoft Access or a SQL Server database
27 Mar 2016 by Manish kumar choudhary
In this article, you will learn how to select data from a table and send that data to an email using SQL Server 2008.
2 Nov 2015 by icemanind
14 Jan 2015 by Helmut Obertanner
In this article, you will learn how to customize the built-in Select Names dialog and use different external data sources for your own dialog.
14 Mar 2014 by Christian Graus
In this installment, I talk about working with dates and date functions in SQL Server
12 Mar 2014 by Christian Graus
The second in my series digs in to some of the different things you can do within a select statement.
5 Mar 2014 by Shivprasad koirala
Steps to use a logging utility in your projects using Application Blocks.
4 Mar 2014 by Shivprasad koirala
5 Feb 2014 by The Cool Wayfarer
A blueprint application to showcase an enterprise standard architecture using the .NET 3.5 technologies like WPF, WCF, and LINQ to SQL.
23 Jan 2014 by Christian Graus
A discussion of ways to create random number sequences in SQL Server
21 Jan 2014 by Christian Graus
A description of the best way to create tally tables, and how to use them
16 Jan 2014 by Christian Graus
Discussion on pivot and other ways to turn columns of data in to rows in SQL Server
13 Jan 2014 by Christian Graus
A discussion of windowing functions, from sum to row_number(), to the new functions in SS2012
12 Jan 2014 by Christian Graus
In this third installment, we look at how Common Table Expressions can simplify your SQL and help you perform complex tasks
6 Jan 2014 by Christian Graus
Just a quick explanation of why it's not always a good idea to use DISTINCT
6 Jan 2014 by Hasan Habib Surzo
Class, Database Connection, Login Winform
6 Jan 2014 by Assil
A tool that facilitates the truncation of SQL log file
12 Dec 2013 by Nirosh
Architecting a Windows Forms based system on top of a framework. This will help you develop a form based application faster.
27 Nov 2013 by S. M. Ahasan Habib
In this article I explain how can we identify duplicate rows from database table and clean them up. I also cover duplicate XML nodes inside XML type fields having the same problem and a solution.
23 Oct 2013 by Eduard Keilholz
A quick help for storing images in SQL Server and displaying them on a ASP.NET Website
18 Oct 2013 by Brian C Hart
To save you from hunting through the docs and locating downloads, we gather both databases here and walk you through installing them using SQL Server Management Studio Express -- updated for SQL Server 2008 Express Edition!
18 Oct 2013 by Brian C Hart
To save you from hunting through the docs and locating downloads, we gather both databases here and walk you through installing them using SQL Server Management Studio Express.
4 Oct 2013 by Mubin M. Shaikh
Auto Monitoring On Schema Change within Database in SQL Server and Email Alert
2 Oct 2013 by George Ziady
This is an alternative for "Measurement Unit Conversion Library"
19 Sep 2013 by Shivprasad koirala
Software Architecture interview questions (Service Oriented Architecture interview questions: Part 1).
4 Sep 2013 by Mubin M. Shaikh
This article shows how to create and populate date dimension for data warehouse.
28 Aug 2013 by Software Developer's Journal
The goal of this article is to present elements of security in SQL Server such as: restrictive access to the server, blocking and safe configuration of services, and reduction of attack space for new elements. Techniques for creating and managing users and for securing data are illustrated.
14 Aug 2013 by Harmen Brouwer
How to create and deploy a SSRS rendering extension, explained by a functional Zip Rendering extension for SSRS 2005, 2008 (R2) and 2012.
6 Aug 2013 by Michiel du Toit
Explaining and demonstrating the use of the APPLY keyword for SQL Server
19 Jun 2013 by Mayank Dubey
16 May 2013 by Peter Hancock
Using NAnt and CruiseControl.NET to continuously integrate database changes
2 May 2013 by Koray Dakan, PMP
DBMapper - A new ORM tool for vendor-neutral solutions
28 Mar 2013 by Khorshed Alam, Dhaka
How to execute multiple long running SQL Statement Asynchronously in smaller chunks
22 Mar 2013 by Shubham Choudhary
OQMS 1.0 allows you to connect your server online and manage the table like Select, Insert, Update and Delete statements.
22 Jan 2013 by Levente Kupás
Managing SQL backups can be more simple by using this FileRelay CLR
13 Jan 2013 by liron.levi
A C# utility to automatically do conversion from a SQL Server DB to a SQLite DB
5 Jan 2013 by Vimalsoft(Pty) Ltd
Coding an N-Tier application in C# without using Wizards.
26 Nov 2012 by Ashrafur Rahaman
This article will give you an overview of how to use an ASP.NET GridView completely, and how to use RowEditing, RowUpdating, RowDeleting, RowCommand, RowDataBound, RowCancelingEdit, and Pagination in a DataGrid. From this article, you will have a clear view of GridView data inserting, deleting, and
9 Nov 2012 by Abdul Quader Mamun
To develop scalable applications, effective paging is essential. Devoid of smart and effective paging and sorting to handle thousands of thousand data takes extra time and system resources.
25 Oct 2012 by Enrique Albert
WPF Validation using the IDataErrorInfo interface combined with Validation attributes
24 Oct 2012 by Enrique Albert
Generic transaction and exception manager for server side services
24 Oct 2012 by Enrique Albert
WCF service response message patterns
28 Sep 2012 by AdamNThompson
A data access component for SQL Server in VB.NET.
14 Sep 2012 by Harry von Borstel
How to use SqlDependency to refresh Entity Framework Object Sets automatically on DB changes
28 Aug 2012 by akhil khare
Find multiple strings (delimenated by space) in all selected columns.
16 Aug 2012 by Abdul Quader Mamun
Framework makes application more organized and efficient way to coding. It is helpful for newly assigned developer to understand code structure within a short time. It is essential for large application.
14 Aug 2012 by Duong Ba Hong Minh
A good way to setup and install a multi-tree level structure by using a MS SQL Server database.
7 Aug 2012 by ManojKumar19
This tip demonstrates how table data can be shared in two stored procedures.
23 Jul 2012 by Scott G Blood
A Cancellable threaded query for SQL Server using .net 3.5
27 Jun 2012 by freedeveloper
A small control to control paging in Windows Presentation Foundation.
24 May 2012 by Vimalsoft(Pty) Ltd
This article will show you how to build an N-Tier application in VB.NET.
23 May 2012 by Cristhian Selah
Perform a conversion in a select, view, and Stored Procedure.
21 May 2012 by Zimin Max Yang
An approach to improve LINQ-to-SQL performance while preserving maintainability over DataReader.
1 May 2012 by Jean-Francois Lanouette
This is an alternative for "Simple & Advanced Pivots with C# and ASP.NET"
30 Apr 2012 by DLM@TD
How SQL Server deletes records
19 Apr 2012 by Sacha Barber
A look at designing a service layer using good practices, and the MSFT technology stack.
23 Jan 2012 by Dylan Morley
A WinForms UI using WCF services, Entity Framework, repository data access, repository caching, Unit of Work, Dependency Injection, and every other buzz work you can think of!
11 Jan 2012 by Venkat Chaitanya Kanumukula
T-SQL Code for Converting Stored Procedure results to Tables Dynamically
11 Jan 2012 by Venkat Chaitanya Kanumukula
Export SQL Server tables to HTML/Excel/Word Document files dynamically.
21 Dec 2011 by Uwe Keim
An application that helps you in starting tasks at predefined times and with various dependencies.
19 Dec 2011 by David Catriel
Creating a .NET trigger for SQL Server that will log (down to the field level) all changes made to tables.
16 Dec 2011 by perels
An efficient implementation of paging using a Repeater and the OVER() keyword in SQL Server 2005.
5 Dec 2011 by snp157
Controlling IP traffic from Internet to DMZ or Intranet
8 Nov 2011 by Kanasz Robert
This article is about library for scripting SQL Server database objects and examples representing how this library can be used.
14 Oct 2011 by Enrique Albert
Unit of work pattern on NHibernate using repositories.
14 Oct 2011 by Enrique Albert
How to use Spring.Net DI reducing coupling and enhancing automated testing.
11 Oct 2011 by KP Lee
Specific example for improving some SQL performance problems
11 Oct 2011 by GraemeKMiller
This article explains how you can use IWA to improve your Users' experience and it also explains how it benefits your IT support team.
28 Jul 2011 by Sachin Somanath Mumbare
Custom control for display client formatted text in Crystal report
11 Jun 2011 by Omar Al Zabir
Building High Performance Queue in Database for storing Orders, Notifications, Tasks
9 Jun 2011 by Md. Marufuzzaman
How to create your first SQL Server Integration Services (SSIS) package - part 1
19 May 2011 by Niladri_Biswas
In this article we will see how we can consume a web service expose through HTTP Endpoint via Web Service Task of SSIS
12 May 2011 by Niladri_Biswas
In this article we will learn creation of subreports, drilldown reports, custom coding and expression, web service and wcf service consumption frm SSRS,custom paging and sorting, working with databars and indicators with real time examples
11 May 2011 by Niladri_Biswas
This article will help in understanding the myraid ways of report creation, deployment and invocation of report from various client applications
29 Apr 2011 by anrorathod
A sample application for beginner users who want to start the Linq implementation in ASP.NET
15 Apr 2011 by Ayaz Awan
Generate 100,1000 lines of backend code and stored procedures by just one click on table name in SQL Server
9 Apr 2011 by Karthik. A
This article extends what was built in the previous article. This is a task manager application that uses the custom provider designed in the last part.
9 Mar 2011 by santosh poojari
This article will provide the first step towards migrating error free dtsx package to higher version of sql server ssis
10 Feb 2011 by KarthikAnbarasan
Part 1 of a series of articles on SQL Server Integration Services - teaches the basics of SSIS and shows how to create packages
14 Jan 2011 by KarthikAnbarasan
This article explains the new tool in Visual Studio 2010 which most of the users use to see the comparison report of the 2 different database schemas.
7 Jan 2011 by Denis Strukachev
Create md5 hash-code using assemblies in SQL Server 2005
7 Jan 2011 by Enrique Albert
Development of parent/child relationships across application layers - also AutoMapper, a WPF custom converter, and WPF shutdown.
18 Dec 2010 by Enrique Albert
In-proc WCF testing, dynamic client proxies, WCF Request context extension, and WCF client async commands.
9 Dec 2010 by AnupKumarYadav
Can be used in Multilevel Marketing with binary tree (can be modified accordingly to be used for n Tree)
23 Nov 2010 by Adam Nachman
Provides a framework for predictably compiling, extracting, and deploying a database project.
5 Nov 2010 by Enrique Albert
Introducing the RepositoryLocator pattern.
15 Oct 2010 by Sohail Maroof, Farrukh Hashmi
Exception handling in 3-Tier Architecture using Enterprise Library
14 Oct 2010 by Ganesan Krishnan
27 Sep 2010 by venugopalm
Integrating database development into Visual Studio to collaborate application development team and the database designers