Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Category: MSSQL

Clean Up Database

Posted on December 12, 2013October 26, 2015 By David Kittell

CAUTION: This is a very powerful script, use at your own risk! This script will: Drop all non-system stored procs Drop all views Drop all functions Drop all Foreign Key constraints Drop all Primary Key constraints Drop all tables

Read more

SQL Connection Test

Posted on December 3, 2013October 26, 2015 By David Kittell

For more connection string assistance visit: http://www.connectionstrings.com/

Read more

Gregorian Date to Hijri Date

Posted on December 3, 2013October 26, 2015 By David Kittell

Recently I was asked to help convert Gregorian Date to Hijri Date and vice versa. One thing to note is that with Hijri date format you must keep it as a string.

Read more

Add Column If Does Not Exist

Posted on November 12, 2013October 26, 2015 By David Kittell

This code will assist in helping you create a column should it not already exist.

Read more

Format Zip Code Properly

Posted on November 11, 2013October 26, 2015 By David Kittell

Sometimes a zip code is presented in a database with all nine numbers in the same column that has only five numbers. This query below will assist in formatting the numbers properly. Source: http://forums.sqlmag.com/forums/aft/77318

Read more

Ektron – Find DMS Content File

Posted on November 11, 2013October 26, 2015 By David Kittell

Sometimes you’re asked where a DMS file exists on the server and have to track it down, this query should help. Caveat: It helps to know where your root/main asset directory is on your server.

Read more

Max Length Of Data In Column

Posted on November 1, 2013October 26, 2015 By David Kittell

Get Max Length Of Column

Read more

Ektron Alias List

Posted on October 29, 2013October 26, 2015 By David Kittell
Read more

Remove HTML Tags

Posted on October 23, 2013October 26, 2015 By David Kittell

This script will remove all HTML tags from a given column in a table, useful if you need to simply have the text. Source: http://blog.sqlauthority.com/2007/06/16/sql-server-udf-user-defined-function-to-strip-html-parse-html-no-regular-expression/

Read more

Clone A Menu Into Multiple Languages

Posted on October 23, 2013October 26, 2015 By David Kittell

Source: http://www.codeproject.com/Articles/275767/Ektron-SQL-Script-To-Clone-A-Menu-into-Multiple-La

Read more
  • Previous
  • 1
  • …
  • 5
  • 6
  • 7
  • …
  • 13
  • Next

Code

Top Posts & Pages

  • Bleaching Wool using Hydrogen Peroxide
  • Front Page
  • PowerShell - Rename Pictures to Image Taken
  • PowerShell - Get Text Encoding Type
  • PowerShell - IPv4 Range

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • Bleaching Wool using Hydrogen Peroxide
  • PowerShell - Rename Pictures to Image Taken
  • PowerShell - Get Text Encoding Type
  • PowerShell - IPv4 Range
  • Mac OS X - Remove Users In Terminal/SSH
  • PHP - Create Dynamic Breadcrumb
©2025 David Kittell | WordPress Theme by SuperbThemes