several things you can try depending on your particual issue.
1. recreate/Scripts you table (if your model collation is set as arabic it will happen again. Move all your data to a temp table and then insert into or select into your data minus the column you insert the arabic text.
2. use books online instruction Please read carefully
How to rebuild the master database (Rebuild Master utility)
To rebuild the master database
Shutdown Microsoft® SQL Server⢠2000, and then run Rebuildm.exe. This is located in the Program Files\Microsoft SQL Server\80\Tools\Binn directory.
In the Rebuild Master dialog box, click Browse.
In the Browse for Folder dialog box, select the \Data folder on the SQL Server 2000 compact disc or in the shared network directory from which SQL Server 2000 was installed, and then click OK.
Click Settings. In the Collation Settings dialog box, verify or change settings used for the master database and all other databases.
Initially, the default collation settings are shown, but these may not match the collation selected during setup. You can select the same settings used during setup or select new collation settings. When done, click OK.
In the Rebuild Master dialog box, click Rebuild to start the process.
The Rebuild Master utility reinstalls the master database.
Note To continue, you may need to stop a server that is running.
See Also
Collation Settings in Setup
|