MS SQL Server 2005 Transactions

by Duane 20. January 2010 02:08
Transactions within Microsoft SQL Server 2005 and greater using Try and Catch. [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , , ,

T-SQL

T-SQL Subquery on Another Table in the SELECT Clause

by Duane 23. August 2009 05:46
An example that uses a subquery in a SELECT statement. [More]

Currently rated 3.0 by 2 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

T-SQL

Password Field Case Sensitive in MS SQL Server 2005

by Duane 17. August 2009 14:13
MS SQL Server is case insensitive by default To make a column case sensitive for a password field is a straight forward process you can do within Visual Studio [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

ASP.NET | T-SQL

Add Default Value to Dynamic asp:DropDownList With T-SQL

by Duane 26. June 2009 03:28
Use UNION ALL and a Sub Query with T-SQL to set a default value in a dynamic asp:DropDownlist. [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , ,

ASP.NET | T-SQL

DHTML Popups from Stored Procedure

by Duane 20. June 2009 02:46
One of my recent projects had a requirement which called for an upcoming events menu with a DHTML popup for each entry that had a short description of the event. Since I didn't need ordering or paging I decided to display the content via an asp:DataList enclosed within a user control as in figur... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

ASP.NET | T-SQL