Click here to Skip to main content
15,882,152 members
Everything / Database Development / SQL Server / SQL Server 2008

SQL Server 2008

SQL-Server-2008

Great Reads

by Wonde Tadesse
This tip/trick helps to set a default value for blob data type such as Image, VarBinary.
by Mubin M. Shaikh
Create time dimension with 24 hour plus values and time buckets in your data warehouse
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.
by Tecfield
This tip shows how to rename a database and its MDF and LDF files in SQL Server.

Latest Articles

by Mubin M. Shaikh
Walkthrough of the process for one of the industry best practices to export all SQL tables in Flat file format
by Alaa Ben Fatma
Explore your MMSQL server tables in a professional way
by Mahsa Hassankashi
Best approach for having more secure channel to transfer user information throughout the web
by Mahsa Hassankashi
This article enables you to generate table in any database such as Oracle, SQLServer, MySQL, SQLite, Sybase, etc. just by typing table name and its fields. Then you can use NHibernate facilities to make query for data layer.

All Articles

Sort by Updated

SQL Server 2008 

11 Jan 2009 by 6opuc
Fast and easy to use data access class library.
12 Dec 2009 by Abby Fichtner (Hacker Chick)
A beginner's LINQ tutorial that walks you through mapping your SQL Server database tables and relationships to objects, and how to retrieve that data via simple LINQ queries.
11 Dec 2009 by Abby Fichtner (Hacker Chick)
A tutorial that walks through adding/updating/deleting data in your database with LINQ to SQL while keeping your class relationships (M:M, 1:M, and M:1) synchronized.
11 Dec 2009 by Abby Fichtner (Hacker Chick)
A tutorial and application on using WPF Data Binding with LINQ to SQL classes. This is part 3 of a three-part tutorial on using LINQ to SQL.
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.
22 Sep 2009 by Abhijit Jana
Basic overview of temporary Tables in SQL Server 2005
2 Aug 2009 by Abhishek Sur
Gives an introduction to CLR programming in SQL Server databases. This is the first part of a two-part article series.
2 Aug 2009 by Abhishek Sur
Gives an introduction of how to create SQL CLR managed objects in SQL server.
27 Sep 2009 by acarpio1975
Given date ranged data, adjust existing ranges on entry of a new ranged data.
23 Nov 2010 by Adam Nachman
Provides a framework for predictably compiling, extracting, and deploying a database project.
2 Jun 2017 by AhsanAhmed
A brief introduction on how to use FOR XML clause in AUTO mode in Microsoft SQL Server to return data in XML format
1 Jun 2017 by AhsanAhmed
A brief introduction on how to use FOR XML clause in EXPLICIT mode in Microsoft SQL Server to return data in XML format
16 Jun 2010 by Akbar Ali Bhatti
Executing a web service in a CLR based Table Valued Function resolving the problems faced during its execution and finally representing the IEnumerable output as a table in SQL Server.
28 Aug 2012 by akhil khare
Find multiple strings (delimenated by space) in all selected columns.
26 Nov 2014 by Akhil Mittal
My effort in this article was to put some light on building a generic multilayered architecture using Entity Framework 4.1 and MVC3 razor view engine.
2 Nov 2019 by Alaa Ben Fatma
Explore your MMSQL server tables in a professional way
10 May 2012 by Alberto Venditti
An alternative to SQL Server Management Studio for scheduling SQL Server Agent jobs
23 Sep 2015 by Alberto Venditti
Using a .NET Windows service as an engine for specialized custom plug-ins execution
3 Mar 2009 by Alden John Snow
This project demonstrates what is likely the fastest way to upload one of those fixed width reports from a mainframe to a SQL server table.
4 Jan 2010 by Alexandru Cibotari
Set based and procedural approaches in examples tested on SQL Server 2008
26 Jul 2009 by AlexS9999
The article provides a simple interface for handling large text in SqlClient and C# file streams.
16 Jan 2009 by Alfredo_Fernandez
Performance comparison - Identity() x NewId() x NewSequentialId.
6 Feb 2010 by Ali Marzban
Changing ConnectionString like an attribute in C#
10 Jan 2018 by Amir Jalilifard
In this article, you are going to learn about P2P Network and Windows Communication Foundation to share your files between peers through a P2P network.
9 Oct 2009 by Andy_L_J
Using Table-Value Parameters to perform Inserts in SQL Server 2008 from VB.NET.
7 Feb 2013 by Anupama Agarwal
This article describes how to create custom delivery extension of Reporting service with User Control (.ascx) instead of server control.
9 Dec 2010 by AnupKumarYadav
Can be used in Multilevel Marketing with binary tree (can be modified accordingly to be used for n Tree)
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
6 Apr 2010 by Ayman M. El-Hattab
Four reasons to directly query SharePoint logging database
23 Oct 2013 by BharatRamV
Distributed transaction between MS SQL Server and MariaDB - A myth.
26 May 2009 by Bishoy Demian
How to use Entity framework to do some basic logic when a change happens in related Entities or Associations
31 Dec 2008 by BobP1339
How to use a script component as a data source for multi-result set Stored Procedures.
31 Mar 2009 by BobP1339
Explains how to do multi language reports in SSRS
15 Jan 2009 by Brian C Hart
Builds on the Microsoft N-Tier Data Application walkthrough to add filtering and updating features.
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!
3 Feb 2009 by C.L. Moffatt
This article describes SQL Joins in a visual manner, and also the most efficient way to write the visualized Joins.
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.
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
13 Jan 2014 by Christian Graus
A discussion of windowing functions, from sum to row_number(), to the new functions in SS2012
16 Jan 2014 by Christian Graus
Discussion on pivot and other ways to turn columns of data in to rows in SQL Server
21 Jan 2014 by Christian Graus
A description of the best way to create tally tables, and how to use them
23 Jan 2014 by Christian Graus
A discussion of ways to create random number sequences in SQL Server
14 Mar 2014 by Christian Graus
In this installment, I talk about working with dates and date functions in SQL Server
22 Apr 2009 by Christopher Geyer
Creating a sortable GridView is easy. But, what if you want to perform a nonalphabetic sort on a column that is alphabetical? Answer below...
10 Dec 2009 by Christopher R Davis, Michael S Knight
Generate applications using Inversion of Control with the nHydrate code generator.
31 Dec 2009 by Christopher R Davis, Michael S Knight
Extend nHydrate with your own custom generator templates.
19 Jul 2012 by CrinaT
How to generate XML from SQL Server 2008 DB and update DB from XML.
23 May 2012 by Cristhian Selah
Perform a conversion in a select, view, and Stored Procedure.
21 Feb 2012 by Daniel Miller
This article describes the steps to re-configure SQL Server so that queries return accent-insensitive results. It includes source code (using Microsoft SQL Server 2008 R2 Shared Management Objects) to automate some of the steps in this procedure.
20 Aug 2012 by Daniel_Wheeler
Using a script transform with C# to convert Julian (ordinal?) dates for a date dimension.
16 Jun 2013 by Darek Danielewski
The subject of thread safety is often overlooked by even experienced developers. When designing an application or service to be utilized by multiple internal and external threads, one must account for potential issues arising from concurrent access to shared data.
24 Jan 2014 by Darey
SQL Server Reporting services forms authentication implementation
8 Jan 2011 by dasblinkenlight
Working around an Entity Framework exclusion of sql_variant
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.
11 Oct 2009 by db_developer
describes how to create SQL Wrapper for Regular Expressions using SQL Server CLR Integration
30 Sep 2010 by db_developer
This article describes how modern industrial RDBMSs solve hierarchy building task, by the way SyBASE ASE and Microsoft SQL Server SQL are compared
15 Jun 2013 by defwebserver
Step-by-step tutorial to create a HTML5 LightSwitch application
11 Jan 2010 by Divan van der Watt
Column search functionality that works as easy as sp_help.
30 Apr 2012 by DLM@TD
How SQL Server deletes records
2 Oct 2013 by Dnyaneshwar Pawar
Implementation of AES in C# and SQL Server 2008.
13 Sep 2009 by Donsw
Audit of SQL inserts, udpates, and deletes
1 Jan 2012 by Dr. Song Li
This article presents an example to upload and download files with SQL Server in ASP.NET.
23 Oct 2013 by Eduard Keilholz
A quick help for storing images in SQL Server and displaying them on a ASP.NET Website
27 Feb 2009 by emad_awad
How to use LINQ to SQL in N-Tier architectures.
28 May 2013 by Enrique Albert
Patterns and best practices for the desing and development of rich client enterprise applications using WPF, WCF and NHibernate
19 Dec 2012 by Enrique Albert
First draft version of the model, repository, and services.
5 Nov 2010 by Enrique Albert
Introducing the RepositoryLocator pattern.
23 Oct 2012 by Enrique Albert
Global and Request context pattern for server side resources
23 Oct 2012 by Enrique Albert
Baseline WCF Client application using the MVVM pattern
11 Oct 2011 by Enrique Albert
Baseline WCF Distribution Layer - Decoupling of WCF Services and ViewModels.
11 Oct 2011 by Enrique Albert
WPF ICommand implementation based on Josh Smith's pattern.
14 Oct 2011 by Enrique Albert
How to use Spring.Net DI reducing coupling and enhancing automated testing.
14 Oct 2011 by Enrique Albert
Unit of work pattern on NHibernate using repositories.
18 Dec 2010 by Enrique Albert
In-proc WCF testing, dynamic client proxies, WCF Request context extension, and WCF client async commands.
7 Jan 2011 by Enrique Albert
Development of parent/child relationships across application layers - also AutoMapper, a WPF custom converter, and WPF shutdown.
25 Oct 2012 by Enrique Albert
WPF Validation using the IDataErrorInfo interface combined with Validation attributes
15 Nov 2010 by Ferhat_Karatas
Restoring SQL Server Express 2008 Database with Click Once
27 Jun 2012 by freedeveloper
A small control to control paging in Windows Presentation Foundation.
10 Aug 2009 by Friedrich Brunzema
An article exploring integrating a fingerprint reader into a user's application
31 Jul 2009 by fulcrumweb
This article introduces FulcrumWeb RAD Framework - A Silverlight UI Engine to build user friendly database driven applications
20 Aug 2009 by gaurav_verma_mca
How to send bulk data using table value parameters from C#
11 Oct 2009 by gaurav_verma_mca
This article details out the best practices of transaction management across application domains
23 Nov 2009 by gaurav_verma_mca
Configuration of .NET applications using database
18 Nov 2010 by gaurav_verma_mca
An end to end article describing how to use file stream data type in SQL Server. This article discusses both SQL Server and .NET side of things.
26 Jan 2009 by Gil Shabat
Real-world Use Case: a flexible approach to present dynamic content with SQL Server, ASP.NET, and XSLT.
30 Jul 2009 by Giovanni Bejarasco
25 May 2010 by gjvdkamp
A step by step explanation of how a recursive CTE actually works.
8 Dec 2009 by Gordon Kushner
Utility program for generating SQL Server INSERT scripts
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.
3 May 2011 by Green Mile
This article decribes SQL Server 2008 R2 setup, configurations & remote accessing using Java
22 Aug 2014 by Gurdeep Singh Toor
A Complete Guide to develop aplication using MyGeneration code genration framework. We will develop a Meeting Room Booking web application in this Article.
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.