How to Format a DateTime field in SQL to a ShortTime format hh:mm am/pm

by rlynch November 01, 2009 07:09
Script to create a UDF (user defined function) that formats a datetime field into a shorttime string. [More]

Currently rated 4.3 by 3 people

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

Tags:

SQL Server

Intersect and Except - SQL Clauses

by rlynch October 24, 2009 16:03
The following script shows the difference between the intersect and except clauses in a hello world type example. Intersect shows the rows in the first query that exist in the second query while the except only shows the rows that don't exist in the second query. The... [More]

Currently rated 5.0 by 1 people

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

Tags:

SQL Server

SQLSEVER transactions and Savepoints

by rlynch October 24, 2009 07:14
This is a quick and dirty "Hello World" example of how to use savepoints in a SQL Server transaction to Roll back a transaction to a specific point.   create table t3(ids int) go truncate table t3 insert into t3 values(0) begin tran abc wi... [More]

Currently rated 5.0 by 1 people

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

Tags:

SQL Server

Integrate web.config files between blogengine and normal site.

by rlynch September 09, 2009 11:48
http://www.ajaymatharu.com/integrating-blogengine-into-an-existing-site/ Great link showing which lines to take from the blogengine web.config to paste into the root if you want to integrated the both sites to a single web app.

Currently rated 4.5 by 2 people

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

Tags:

asp.net

Lutz Roeder.com/ Reflector - Dot net programmers utiltity

by rlynch August 27, 2009 04:04
For anyone who has ever needed to decompile a dotnet exe or dll this utility (and it's addins) offer endless abilities. A few years ago I had a website I developed using a central dll come up for changes. When beginning to make changes, visual studio managed to corrupt all my source code. This... [More]

Currently rated 5.0 by 1 people

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

Tags: , ,

dot.net application development | DotNet Utilities

Uninstalling Visual Studio 2008 (if you have problems with the normal uninstall)

by rlynch August 17, 2009 08:35
Running Vista I was unable to install Visual Studio 2008 from my system via the programs applet in Control Panel.. Fortunatly I found this link at msdn. http://msdn.microsoft.com/en-us/vstudio/bb968856.aspx   Using the AutoUninstallTool Provided I was able to remove VS 2008 com... [More]

Currently rated 4.7 by 3 people

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

Tags:

How to impersonate a windows user in code... (VB)

by rlynch August 13, 2009 09:18
Apologies to C# users the code here is VB but it shouldn't be too hard to convert.. If I get time I will do so and post up that version also.. The key methods are "impersonateValidUser" and "undoImpersonation" impersonateValidUser takes 3 arguments "... [More]

Be the first to rate this post

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

Tags:

asp.net | dot.net application development | Security

Authentication of specific directorys and pages within an aspnet site

by rlynch July 17, 2009 05:33
Remove directory from non authenticated users.. Add inside system.web (The following removes access to the website root to non authenticated users)  of a specific directory <authorization><deny users="?"/></authorization> The following allows access t... [More]

Currently rated 5.0 by 1 people

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

Tags:

asp.net | Security

Script to create ASPNETDB - Usefull for hosted environment

by rlynch July 16, 2009 15:50
Something I needed, so I built it for all to use.. the exe is great if you are sitting at the server, but if you are not... here is a link to upload the script (you may need to click on the article to get to the link.. the listing view wasn't showing it as a hyperlink for me...) ... [More]

Currently rated 4.6 by 5 people

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

Tags:

asp.net | Security

Installing SSIS Packages

by rlynch July 12, 2009 02:59
Avoiding problems running ssis packages in job steps [More]

Be the first to rate this post

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

Tags: ,

SQL Server | ssis

Powered by BlogEngine.NET 1.4.5.0
Theme by Mads Kristensen | Modified by Mooglegiant

Calendar

<<  September 2010  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
27282930123
45678910

View posts in large calendar