Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

[11:29:08 CDT(-0500)] <dmccallum54> TonyUnicon re SQLServer case (in)sensitivity

[11:29:20 CDT(-0500)] <dmccallum54> – B2D05919-5056-A51A-80BD-03E5288DE771, CAP

[11:29:20 CDT(-0500)] <dmccallum54> select top 1 id, name from student_type

[11:29:20 CDT(-0500)] <dmccallum54> – B2D05919-5056-A51A-80BD-03E5288DE771

[11:29:20 CDT(-0500)] <dmccallum54> select id from student_type where name = 'cap'

[11:29:20 CDT(-0500)] <dmccallum54> – B2D05919-5056-A51A-80BD-03E5288DE771

[11:29:21 CDT(-0500)] <dmccallum54> select id from student_type where name = 'CAP'

[11:29:37 CDT(-0500)] <dmccallum54> that's from our Wins CI db