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: SQL

Count All Rows In All Tables

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

There are a few ways to count all of the rows in all of your tables in a database. The “Fastest Option” actually pulls the information from the database where the numbers are stored rather than taking time to count rows.

Read more

Distinct Query On One Column

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

While this query has more than what may be needed this will help you to get data based on one unique column.

Read more

C# Backup and Restore MySQL Database(s)

Posted on April 6, 2014October 26, 2015 By David Kittell

Must Download DLLs from http://mysqlbackupnet.codeplex.com/

Read more

Android Contacts – Working With Duplicates

Posted on March 26, 2014October 26, 2015 By David Kittell

While this line is not necessary it’s a good idea to limit to this initially until you are ready to run on a larger scale.

Read more

MSSQL – Sort By Day Of Week

Posted on March 21, 2014October 26, 2015 By David Kittell

This script utilizes this Format Date Function to sort results based on a day of the week. The case statement in this query is easy to update if your region has a different day for the start of the week. This particular script is part of a metric that I…

Read more

MSSQL – Get Percentage

Posted on March 18, 2014October 26, 2015 By David Kittell
Read more

MSSQL – Valid Date

Posted on March 14, 2014October 26, 2015 By David Kittell

Validate a non-DateTime data type field is a really a date.

Read more

MSSQL – Data Transfer

Posted on March 10, 2014October 26, 2015 By David Kittell

Recently I had to transfer ICD9CM codes from one database to another with limited database permissions, I decided to let the database work for me to perform the task. Ideally you’d have Visual Studio SSIS or some other mass data transfer option but this query will help you to get…

Read more

MSSQL – Identity Insert

Posted on March 10, 2014June 15, 2017 By David Kittell

Reference: http://technet.microsoft.com/en-us/library/aa259221(v=sql.80).aspx

Read more

Android Contacts – Show Contact Names

Posted on March 2, 2014October 26, 2015 By David Kittell
Read more
  • Previous
  • 1
  • …
  • 6
  • 7
  • 8
  • …
  • 18
  • Next

Code

Top Posts & Pages

  • Bleaching Wool using Hydrogen Peroxide
  • Front Page
  • PowerShell - Get Text Encoding Type
  • PowerShell - IPv4 Range
  • Open On Screen Keyboard (OSK)

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 - Get Text Encoding Type
  • PowerShell - IPv4 Range
  • Open On Screen Keyboard (OSK)
  • PowerShell - Install .NET 4.5.2
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes