Tagged Questions

0
votes
1answer
18 views

Picking the right SQL Server collation for storage

How does the collation impact SQL Server in terms of storage and how does this affect the Unicode and non-unicode data types? Does the collation impact Unicode storage? or just govern sort rules …
0
votes
1answer
10 views

Case insensitivity for DB Collation - does it affect performance?

Earlier on while I was working on my databases, I wondered if using a case sensitive collation like utf8_bin would increase performance over case insensitive collaction like utf8_general_ci (examples …
4
votes
3answers
963 views

How to sort text in sqlite3 with specified locale?

Sqlite3 by default sorts only by ascii letters. I tried to look in google, but the only thing I found were informations about collations. Sqlite3 has only NOCASE, RTRIM and BIARY collations. How to …
-2
votes
4answers
448 views

rake db:create - collation issues

kratos-iii:railsproj zachinglis$ rake db:create (in /Users/zachinglis/Sites/rails/railsproj) Couldn't create database for {"adapter"=>"mysql", "host"=>"localhost", "username"=>"root", …
16
votes
3answers
231 views

What is Perl’s “standard string comparison order”?

This is really a double question, my two end goals having answers to: What is the standard string comparison order, in terms of the mechanics? What's a better name for that so I can update the docs? …
1
vote
0answers
11 views

export and import users and database collation issue

Hi , I have mambo 4.6.5 on my source site and joomla 1.5 on destination site. I'm going to move users from first one to second. so I install userport component on joomla 1.5 and then went to mambo …
0
votes
0answers
14 views

fluent nhibernate collation conflict

hi, really struggling to resolve this issue. using nhibernate Im trying to join two different tables from two different databases but im getting a collation conflict error. To resolve this issue i …
0
votes
1answer
23 views

Collate information missing when converting a MySQL table from Latin1 to UTF8

I'm converting an existing table such as this: CREATE TABLE `example`(`id` int(10) unsigned NOT NULL AUTO_INCREMENT, `column1` char(32) COLLATE latin1_general_ci NOT NULL …
0
votes
1answer
334 views

Join column with different collation issue

Hello everyone, I am using SQL Server 2005. I have two tables, and they are using different collations. It is not allowed to concatenate columns from tables with different collations, for example the …
1
vote
0answers
119 views

Collation problem with Oracle linked to SQL Server

Hello everyone, On SQL Server 2000 there is a linked server to an Oracle 9.2 server. I am able to select from the remote tables, but all not latin (Greek) characters, return incorrect. I tried …
1
vote
2answers
56 views

Allow special characters SQL Server 2008

I am using SQL Server 2008 express edition and its collation settings are set to default.I wish to store special characeters like á ,â ,ã ,å ,ā ,ă ,ą ,ǻ in my database but it converts them into normal …
0
votes
1answer
128 views

Cast collation of nvarchar variables in t-sql

I need to change the collation of an nvarchar variable. By documentation: (...) 3. The COLLATE clause can be specified at several levels. These include the following: Casting the …
0
votes
1answer
29 views

COLLATION Conflict For Equal To Operation Sql Server 2000

I have a collation conflict in a stored procedure I am trying to run to send it live... it has been explained here …
0
votes
2answers
275 views

VARCHAR collation versus VARBINARY ordering in SQL Server 2000

I need to do some in-memory merging in C# of two sorted streams of strings coming from one or more SQL Server 2000 databases into a single sorted stream. These streams of data can be huge, so I don't …
0
votes
2answers
149 views

SQL Server: impact of column collation on T-SQL instructions

I discovered(*) today that, depending on the server, my TSQL commands were case-sensitive, meaning that, when one table's column is named tableId, the following instruction might not succeed: SELECT …

1 2 3 4 5 6 next
15 30 50 per page