Erik Hansson
Old Hand
Points: 395
More actions
December 8, 2008 at 2:41 am
#132844
How to know if a SQL Server 2005 database is in ansi or unicode format?
Adi Cohn-120898
SSC-Dedicated
Points: 33944
December 8, 2008 at 3:04 am
#909046
You can use both ascii and unicode on the same database and even on the same table. When you create the table the data type that you use for the column will determine if the column will be stored as ASCII or as UNICODE.
Adi
--------------------------------------------------------------To know how to ask questions and increase the chances of getting asnwers:http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following... http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply