Just a Day in the Office
Stuff about applications and databases
Menu Close
  • Home
  • Vertica Kit
  • About Me
  • Dilbert

String

0

Split comma separated name (last, first)

Posted on July 24, 2012 by Norbert Krupa

The following example will return two columns (first name, last name) based on a single, concatenated, comma separated name. table —— name —— Chin, Cheryl Frank, Robert SELECT RIGHT([name], LEN([name]) – CHARINDEX(’,’, [name]) – 1) AS [first], LEFT([name], CHARINDEX(’,’, [name])-1)… Continue Reading →

SQL Server, String, T-SQL

Connect

Official Seal

Official Seal

Recent Posts

  • Installing Gitblit on CentOS
  • Windows Authentication for SQL Server Connection
  • Canceling FreedomPop Premier Service
  • Bootable Windows 8 USB Drive
  • Resolving javaw.exe is not recognized With Squirrel SQL Client

Resources

  • Guide to forms based website authentication
  • Fundamental differences between hashing and encryption algorithms
  • EXPLAIN Extended
  • Large collection of free Microsoft eBooks
  • Succint data structures

SQL Server

  • NULL Comparison Search Conditions
  • Best way to remove time from datetime
  • 13 things you should know about statistics and the query optimizer
  • Understanding how SQL Server Executes a Query
  • Stored procedure template using TRY CATCH
  • COUNT(*) vs. COUNT(1) vs. COUNT(pk)
  • T-SQL: COALESCE vs. ISNULL vs. IS NULL OR
  • Why sum of nothing is null
  • NOEXPAND hint to use indexed views
  • Precise or fuzzy matching with CONTAINSTABLE
  • SQL Performance
  • SQL grouping ranges

Links

  • Prey project
  • Code is not physical property
  • Netherlands first country in Europe with net neutrality
  • W3Schools Intervention
  • How I became a Password Cracker
  • USB chargers, Apple is not the best
  • Are databases and programming at odds?
  • When the nerds go marching in
  • MySQL at Facebook: What is the query plan for a running query?
  • Twitter fights government subpoena
  • Junior DBA Interview Questions

News

  • Does your job create real value?
  • Google goes back to the future with SQL F1 database
  • Man's $600,000 Facebook Disaster Is A Warning For All Small Businesses

Humor

  • What a crappy evening in 1998 looked like
  • Exploits of a mom
  • Maslow's hierarchy of needs
  • FunnyJunk tries to sue The Oatmeal
  • Google Fiber vs. Broadband
  • Programming skill vs blood alcohol concentration

Archives

  • February 2016 (2)
  • July 2014 (1)
  • December 2013 (1)
  • November 2013 (1)
  • September 2013 (3)
  • August 2013 (1)
  • July 2013 (2)
  • June 2013 (1)
  • May 2013 (1)
  • March 2013 (1)
  • January 2013 (1)
  • August 2012 (4)
  • July 2012 (4)
  • June 2012 (7)
  • May 2012 (3)
  • April 2012 (6)

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Tags

7-Zip Active Directory Apple bulk insert centos cURL Date Efficiency Excel FreedomPop function gitblit Java MacBook Msg 207 Msg 2714 Msg 7314 MySQL mysqli openrowset Oracle Parsing PDO PHP PHPExcel PostgreSQL RSS SharePoint shell SQL sql-case sql-coalesce sql-isnull SQL Server squirrel stored procedure String T-SQL Talend temporary tables usb VirtualBox Virtual Machine Windows XML
© 2026 Just a Day in the Office. All rights reserved.
Hiero by aThemes