Skip to main content
when entering to sql setup phase
it shown up

"Store procedure error
object required"


and

"Collation Conflict" or something like this


How do I solve this????

NInat Wanapan
HP Thailand
K2.net 2003 Server 3215b support any SQL Collation that is Case Insensitive. SQL Collation property is located on the General setting of the SQL Server (SQL Enterprise Manager).

K2.net 2003 is compatible only with example 1

Example 1:
SQL_Latin1_General_CP1_CI_AS

CI = Case Insensitive

Example 2:
SQL_Latin1_General_CP1_CS_AS

CS = Case Sensitive

Reply