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

Latin1_General_CI_AS Error

Posted on August 8, 2013October 26, 2015 By David Kittell

Error: Cannot resolve the collation conflict between “Latin1_General_CI_AS” and “SQL_Latin1_General_CP1_CI_AS” in the equal to operation.

When you run into this error simply add “COLLATE Latin1_General_CI_AS” after the column name(s) that you are selecting or comparing and it will work.

SELECT MemberID COLLATE Latin1_General_CI_AS
FROM UserTable
Originally Posted on August 8, 2013
Last Updated on October 26, 2015
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.

Related

Code MSSQL

Post navigation

Previous post
Next post

Related Posts

CSharp – Random Password Generator

Posted on May 7, 2014April 9, 2019

Sometimes it’s helpful to simply have a random password. In this small group of code you can define what parameters to use, I have taken the liberty to remove some of the characters that are usually mistaken for a different character like an upper case I and the number 1….

Read More

Calendar Event List

Posted on July 19, 2013October 26, 2015

SELECT content_title , — Get Start Date And Time – Start LEFT(REPLACE(REPLACE(CAST(content_html AS VARCHAR(250)), LEFT(CAST(content_html AS VARCHAR(250)), 116), ”), substring(REPLACE(CAST(content_html AS VARCHAR(250)), LEFT(CAST(content_html AS VARCHAR(250)), 116), ”), patindex(‘%</StartTime>%’, REPLACE(CAST(content_html AS VARCHAR(250)), LEFT(CAST(content_html AS VARCHAR(250)), 116), ”)), DATALENGTH(REPLACE(CAST(content_html AS VARCHAR(250)), LEFT(CAST(content_html AS VARCHAR(250)), 116), ”))), ”), 10) AS StartDate ,RIGHT(REPLACE(REPLACE(CAST(content_html AS…

Read More

OpenSSL – Decode/Read CSR

Posted on January 5, 2018

Sometimes you when a SSL CSR isn’t named properly you need to get the details of it, the code below will help. Note: Depending on version and OS the placement numbers (-f5 for example) may be slightly off. #!/bin/sh # ReadSSLCSR.sh # # # Created by David Kittell on 1/5/18….

Read More

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
  • SQLite - Auto-Increment / Auto Generate GUID
©2025 David Kittell | WordPress Theme by SuperbThemes