Book a Demo

Author Topic: SQL Server column collation  (Read 3510 times)

tprohas

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
    • View Profile
SQL Server column collation
« on: November 23, 2005, 12:33:42 pm »
Does anyone know how to set column level Collation for SQL Server. I need to change to something other then the default for one of my columns to make it case sensitive.

tprohas

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
    • View Profile
Re: SQL Server column collation
« Reply #1 on: November 28, 2005, 03:07:49 pm »
Ok, since nobody knows how to do this how do you set the value of a column level property in a database table. If this is not possible to do it makes this application a lot less useful for building databases.

thomaskilian

  • Guest
Re: SQL Server column collation
« Reply #2 on: November 29, 2005, 12:52:40 am »
EA is not ERWIN :-/ I'm not a power dabase user, so EA's capabilities are enough for me. AFAIK there is only some support for table properties via tags, but not for columns. You might ask for that in the suggestions forum.

tprohas

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
    • View Profile
Re: SQL Server column collation
« Reply #3 on: November 29, 2005, 10:49:51 am »
Quote
EA is not ERWIN :-/ I'm not a power dabase user, so EA's capabilities are enough for me. AFAIK there is only some support for table properties via tags, but not for columns. You might ask for that in the suggestions forum.


Thamas,

Thank you for the answer, this is what I needed to know.

Aaron