Difference between revisions of "Fixing system tables in the master database after a change of Characterset / SortOrder"

From SybaseWiki
Jump to: navigation, search
m (Fixing system tables in the master database after a change of Characterset/SortOrder)
m (Fixing system tables in the master database after a change of Characterset/SortOrder)
Line 6: Line 6:
 
When you have changed the characterset and/or sort order for a server it might be necesarry to fix a few system tables in the master database. When you have not done this, a stacktrace similiar to this one will be shown in the errorlog.
 
When you have changed the characterset and/or sort order for a server it might be necesarry to fix a few system tables in the master database. When you have not done this, a stacktrace similiar to this one will be shown in the errorlog.
  
{| border=1 |
+
{| style="width:75%; height:200px" border="1"
code
+
|-
||}
+
| abc
 +
| def
 +
| ghi
 +
|- style="height:100px"
 +
| jkl
 +
| style="width:200px" |mno
 +
| pqr
 +
|-
 +
| stu
 +
| vwx
 +
| yz
 +
|}
  
 
hallo
 
hallo

Revision as of 15:10, 10 March 2006

Things about Adaptive Server Enterprise

Administration

Fixing system tables in the master database after a change of Characterset/SortOrder

When you have changed the characterset and/or sort order for a server it might be necesarry to fix a few system tables in the master database. When you have not done this, a stacktrace similiar to this one will be shown in the errorlog.

abc def ghi
jkl mno pqr
stu vwx yz

hallo