Click here to Skip to main content
16,004,458 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 Sep 2012 by aasim abdullah
How to apply filter on sp_MSforeachDB
15 Sep 2012 by aasim abdullah
How to control SQL Server Log Information
17 Sep 2012 by aasim abdullah
SQL Server: Script to generate HTML Report/mail for Databases Current Size, Growth Rate and Available Disk Space
17 Sep 2012 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.
17 Sep 2012 by aasim abdullah
Smarter Way of Query Load Testing at Testing Server
22 Oct 2012 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.
2 May 2013 by Amogh Natu
This post shows how to insert a comma-separated string into multiple rows in a table in SQL Server.
17 Aug 2012 by Bryan O'Connell
Review of the ebook: Brad's Sure Guide to SQL Server Maintenance Plans.
30 Apr 2012 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.
29 Apr 2016 by Mayur V Lohite
23 Dec 2009 by puri keemti
SQL Server 2005
15 Jun 2012 by Rick Bassham
How to use the SqlChangeMonitor with the new MemoryCache class in .NET 4.0.
22 Jul 2011 by rusanu
How to Multicast messages with SQL Server Service Broker
1 Feb 2010 by Sky Sanders
A strategy for implementing maintaining separation of concerns and implementation hiding.
19 Jul 2012 by Tejas Vaishnav
Auto incremented ID using VARCHAR data type
17 Feb 2013 by Tharaka MTR
How to count consecutive dates using SQL
26 May 2013 by Tharaka MTR
This post will show you how to fix orphaned SQL users.
27 May 2013 by Tharaka MTR
Generate insert statements from a specific table data using SQL Server
12 Nov 2010 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.
16 Nov 2010 by Vivek Johari
This article will try to show how to find duplicate values in a table.
16 Nov 2010 by Vivek Johari
17 Nov 2010 by Vivek Johari
Basic information about the different ways of creating a table