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

Version Delimiter

Posted on September 8, 2015 By David Kittell

Reference: Laurence @ http://stackoverflow.com/questions/13315756/how-to-compare-sql-strings-that-hold-version-numbers-like-net-system-version-cl

Read more

MSSQL Server Information

Posted on August 27, 2015May 13, 2016 By David Kittell

If you have ever started a new job and we told to “Dig into the database and learn” these scripts likely have come to mind whether or not you knew/know them. References & Credit: http://www.pinaldave.com/ / http://blog.sqlauthority.com/ https://www.simple-talk.com/sql/database-administration/exploring-your-sql-server-databases-with-t-sql/

Read more

MSSQL Table Backup Script

Posted on August 20, 2015October 26, 2015 By David Kittell

This is a quick way to backup table structure and data, this will go out to the system table and query all tables then provide a script to recreate the tables. This is a bit of a hack but works to backup all the rows in your tables. Run the…

Read more

Ektron Show duplicate content

Posted on August 11, 2015October 26, 2015 By David Kittell

If you have more than one person in the site administration you can sometimes get duplicates, this script will help you find them.

Read more

Concatenate Address Columns In One Column

Posted on August 7, 2015October 17, 2021 By David Kittell

In many databases the address is properly separated into various columns but in a report you want to concatenate them. This simple script will pull them together in one column without causing extra spaces

Read more

Ektron Menu Item List

Posted on July 30, 2015October 26, 2015 By David Kittell

List out all items in an Ektron menu

Read more

Ektron Content List

Posted on July 2, 2015 By David Kittell

This is a collection of a few other scripts that I’ve posted here but this script concatenates widget and alias listings into one column so that you only have one row per content item.

Read more

Ektron List Widgets On Content

Posted on June 29, 2015October 26, 2015 By David Kittell

This is another Ektron audit script that will help list PageBuilder content items that have a widget placed on them. The script below is very similar to Ektron Alias With Folder Name

Read more

Find Table Differences And Sync Tables

Posted on May 26, 2015October 26, 2015 By David Kittell

Have two databases with the same table schema and need to keep both up to date? First, let us look at the differences between the two databases. The query below will show the differences between the development database table tbl_zip_code and the production database table tbl_zip_code. Ideally the differences should…

Read more

NPI Database

Posted on May 7, 2015October 26, 2015 By David Kittell

If you work in medical databases you are likely familiar with the site CMS NPI Search I have had a few projects that need the ability to validate NPI numbers so based on data at CMS.gov I have worked out a solution to get the data into a database that…

Read more
  • Previous
  • 1
  • 2
  • 3
  • …
  • 13
  • Next

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

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

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
  • Open On Screen Keyboard (OSK)
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes