Site Sponsored By: SQLDSC - SQL Server Desired State Configuration
Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
hi allhow i can change the db code page to 864 and what it's name in collation thx
Sachin.Nand
2937 Posts
Posted - 2010-06-27 : 05:17:47
I think it is something like thiscollate Arabic_CI_ASLimitations live only in our minds. But if we use our imaginations, our possibilities become limitless. PBUH
BrOkEn_iCe
Starting Member
25 Posts
Posted - 2010-06-27 : 05:24:34
i don't know i have many arabic name and the printer only support ados-864
BrOkEn_iCe
Starting Member
25 Posts
Posted - 2010-06-27 : 05:28:13
Arabic_CI_AS Code page = 1256 not that thnx for helping u r good helper
Lamprey
Master Smack Fu Yak Hacker
4614 Posts
Posted - 2010-06-28 : 13:34:42
Will this help?
select *, COLLATIONPROPERTY(name, 'codepage') from fn_helpcollations()where COLLATIONPROPERTY(name, 'codepage') = 864 select *, COLLATIONPROPERTY(name, 'codepage') from fn_helpcollations()where COLLATIONPROPERTY(name, 'codepage') = 1256