ComputerServicesSurveyReminder
ComputerServicesSurveyReminder
ComputerServicesSurveyReminder
Send Computer Services Survey using Google Docs
< %@ Page Language="C#" AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="_Default" %> <html> <p><asp:label runat="server" id="GreetingLabel"></asp:label></p> <p><asp:label runat="server" id="WeekLabel"></asp:label></p> <p><asp:label runat="server" id="SeasonLabel"></asp:label></p> </html> using System; using System.Data; using System.Configuration;… Read More »Get Start of Each Week for Current Month
USE [DATABASE] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO — ============================================= — Author: Leonard Nelson — Create date: 01/11/2011 — Description: Convert Eastern… Read More »How to Convert Epoch Time to Eastern Time in MS SQL
USE [DATABASE] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO — ============================================= — Author: Leonard Nelson — Create date: 02/08/2011 — Description: Convert Epoch… Read More »How to Convert Eastern Time to Epoch Time in MS SQL
USE [Database] GO SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO — ============================================= — Description: Function to convert inconsistent hh:mm:ss value to seconds — Syntax:… Read More »Convert hh:mm:ss to seconds