Ⅰ sql server2000英文字符集下查询与更新中文的问题
兄弟这个不难。
指定一下会话语言就好了。
用Set Language
给你找了些资料,你看看吧:
SET LANGUAGE SET LANGUAGE指定会话的语言环境。 SET LANGUAGE的具体语法如下: SET LANGUAGE { [ N ] 'language' | @language_var } 其中参数[N]'language' | @language_var是存储在系统表syslanguages中的语言名称,表结构定义可以参考表2-5,语言名称与syslanguages系统表的关系可以参考表2-6。该参数可以是UNICODE,或者是转换为UNICODE的DBCS(双字节字符集)。若要指定使用UNICODE的语言,应使用N'language'。如果将语言指定为变量,则变量的数据类型必须为sysname。 SET LANGUAGE是在执行或运行时设置,而不是在分析时设置。它仅作用于当前会话环境,当前会话环境关闭后自动失效。
Ⅱ 请问哪里可以下到英文版sql server2000 4合1版啊
这是SQL的微软官方下载。。里面有SQL2000和SQL2005。。根据你的要求和系统选择下载就行。。如果你下的是四合一的版本。。安装时选择个人版就行了
1 SQL SERVER2000 的版本
(1)SQL SERVER2000企业版
支持SQL SERVER2000的所有功能,为中大型产品数据库服务器设计的,可提供大型网站、企业联机十五处理及大型数据仓库系统(OLAP)所要求的性能.
(2) SQL SERVER2000标准版
与企业版相比,不具备扩展功能,因此无法形成大型数据库,数据库仓库和大型网站的支持。还有不支持一些关系数据库引擎功能,如故障转移群集、日志传送、索引视图等。
Ⅲ SQLserver 2000英文和中文翻译
一、SQL Server关系数据库简介
1、SQL Server是由Microsoft开发和推广的关系数据库系统(DBMS),它最初是由Microsoft、Sybase和Ashton-Tate三家公司共同开发的,并于1988年推出了第一个OS/2版本。
2、关系数据库(RDBMS)管理系统功能:
》维护数据库数据之间的关系;
》保证数据存储的正确性;
》当出现系统故障的时候,将所有数据恢复到能够保证一致行的某种状态
3、RDBMS:SQL Server,Oracle,DB/2,Sybase,Informix
4、Non-RDBMS(File-based):Foxpro,Access
二、SQL Server 2000的版本
1、SQL Server 2000常见版本有:
》企业版(Enterprise Edition)
支持所有SQL Server 2000的功能。该版本多用于大中型产品数据库服务器,并且可以支持大型网站,企业OLTP(联机事务处理)和大型数据仓库系统OLAP(联机分析处理)所要求的性能。
》标准版(Standard Edition)
实用范围是小型的工作组或部门。它支持大多数的SQL Server2000功能。但是,不具有支持大型数据库,数据仓库和网站的功能。而且,不支持所有的关系数据库引擎的功能。
》个人版(Personal Edition)
主要适用于移动用户,因为他们经常从网络上断开,而运行的应用程序却仍然需要SQL Server 2000的支持。除了事务处理复制功能以外,能够支持所有SQL Server 2000标准版支持的特性。
》开发者版(Developer Edition)
适用于应用程序开发的版本,支持除图形化语言设置以外的SQL Server2000的所有其它功能。该版本主要适用于程序员在开发应用程序时,将SQL Server 2000作为其数据存储区。虽然开发版的功能齐备,但是只被授权为一个开发和测试系统,而不是一个产品服务器。
1.1 SQL Server特点
》与因特网的集成:
SQL Server 2000的数据库引擎全面支持XML(Extensive Markup Language,扩展标记语言),能使用户很容易地将数据库中的数据发布到Web页面上。
》可伸缩性与可用性:
可跨越从运行Windows 95/98的膝上型电脑到运行Windows 2000的大型多处理器等多种平台使用。另外,对联合服务器,索引视图等的支持,使得SQL Server 2000企业版可以升级到最大Web站点所需的性能级别。
》企业级数据库功能:
SQL Server 2000分布式查询可以引用来自不同数据库的数据,而且这些对于用户来说是完全透明的;分布式数据库将保证任何分布式数据更新时的完整性;复制可以使我们能够维护多个数据复本,这些用户能够自主地进行工作,然后再将所做的修改合并到发布数据库;SQL Server 2000关系数据库引擎能够充分保护数据完整性,还可以将管理并发修改数据库开销到最小。
》易于安装,部署和使用:
SQL Server 2000由一系列的管理和开发工具组成,这些工具使得在多个站点上进行SQL Server的安装,部署,管理和使用变得更加容易。开发人员可以更加快速地交付SQL Server应用程序,而且只需要进行最少的安装和管理就可以实现这些应用程序。
》数据仓库:
数据仓库是SQL Server 2000中包含的用于分析取和分析汇总数据以进行联机分析处理的工具。这个功能只在Oracle和其他更昂贵的DBMS中才有。
1.1.1 SQL Server 2000新特性
全面扩展了SQL Server 7.0的性能,可靠性和易用性。增加了一系列的功能,具体如下:
》在关系数据库方面的增强
》图形管理增强
》增强的联合数据库服务器
1.2 SQL Server 2000工具和实用程序
1、企业管理器 2、服务管理器 3、查询分析器 4、事件探查器
5、导入和导出数据 6、服务器网络使用工具 7、客户端网络使用工具 8、联机帮助文档
1.2.1 企业管理器
企业管理器是基于一种新的被称为微软管理控制台(Microsoft Management Console)的公共服务器管理环境,它是SQL Server 2000中最重要的一个管理工具。
企业管理器不仅能够配置系统环境和管理SQL Server,而且由于它能够以层叠列表的形式来显示所有的SQL Server对象,因而所有SQL Server对象的建立与管理都可以通过它来完成。
用企业管理可以完成的操作
》管理SQL Server服务器;建立与管理数据库;建立与管理表、视图、存储过程、触发程序、角色、规则、默认值等数据库对象,以及用户定义的数据类型;备份数据库和事务日志、
恢复数据库;复制数据库;设置任务调度;设置警报;提供跨服务器的拖放控制操作;管理用户账户;建立Transact-SQL命令语句以及管理和控制SQL Mail。
》在企业管理器中包含两个窗口,左侧的窗口是以“树状目录”显示的活动窗口,右侧是显示内容的窗口。
》单击左侧窗口中的加号,可以展开各个项目包含的子项目。
》通过选中的某个项目的节点,可以在右侧的窗口中看到该项目包含的内容。
1.2.2服务管理器(Service Manager)
1、SQL Server服务管理器是在服务器端实际工作时最有用的实用程序,服务管理器用来启动、暂停、继续和停止数据库服务器的实时服务,其提供的服务类型包括:SQL Server、SQL Server代理、Microsoft搜索和分布式事务协调器等。
A relational database, SQL Server
1, by Microsoft SQL Server is the development and popularization of relational database system (DBMS), which was originally by Microsoft, and Ashton Sybase Tate - three companies and joint development, launched in 1988, the first OS / 2 version.
2 and relational database management system (RDBMS) function:
"Maintaining the relationship between database data,
"Ensure the correctness of the data storage,
"When a system fault, all data recovery to ensure consistent done some condition
3, RDBMS: SQL Server, Oracle, DB / 2, Sybase Informix,
4 and amplified RDBMS (File - based) : Foxpro, Access
Second, SQL Server 2000 version
1 and SQL Server 2000 common version:
"Enterprise Edition (Enterprise Edition),
Support all SQL Server 2000 function. This version for large and medium-sized procts, and can support the database server, large web companies OLTP (online transaction processing) and large data warehouse system (on-line analytical processing (OLAP) required performance.
"Standard version (Standard Edition),
A small range of practical working or departments. It supports most SQL Server2000 function. But, do not have support large database, data warehouse and the functionality of the site. And don't support all the relations of the database engine.
"Personal Edition (Personal Edition),
Mainly used in mobile users, because they often disconnected, and from the network of applications running still need SQL Server 2000 support. Besides the transaction , able to support all functions of SQL Server 2000 standard version of the support.
"Edition) Developer Edition (Developer
Suitable application development version, support except graphical Server2000 SQL language setting beyond all the other functions. This version is mainly used in the programmer development application, will SQL Server 2000 as data storage area. Although development version of the function, but only authorized for a development and testing system, not a proct server.
1.1 SQL Server features
With the integration of the Internet:
SQL Server 2000 database engine comprehensive support XML Language, creating take (extensible Markup Language), that the user can easily be database data released to the Web page.
"Scalability and usability:
Can span from running Windows 95, 98 / the laptop to run Windows 2000 large-scale multiple processors etc. Various platforms. In addition, to jointly Server, etc, the support index view that SQL Server 2000 enterprise edition can upgrade to the largest Web site desired performance level.
"Enterprise databases functions:
SQL Server 2000 distributed query can quote from different database data, and these are completely transparent to users, Distributed database will ensure that any distributed data update integrity, Copy can enable us to maintain multiple data available, the user can work independently, and then will be done by modified merged into the database, SQL Server 2000 relational database engine can fully protect data integrity, still can be modified database management concurrent cost to a minimum.
"Easy to install, deployment and use:
SQL Server 2000 by a series of management and development tools, these tools at multiple sites on SQL Server installation, deploy, manage and use more easily. Developers can more quickly deliver SQL Server applications and requires only the least installation and management can achieve these applications.
"Data warehouse:
The data warehouse is SQL Server 2000 contains for analysis and summary data analysis on on-line analytical processing tools. This function only in Oracle and other more expensive DBMS.
1.1.1 SQL Server 2000 new features
Fully expanded the SQL Server 7.0 performance, reliability and usability. Increases the range of functions, specific as follows:
In the aspect of relational database
"Graphics management enhancement
The combination of enhanced database server
1.2 SQL Server 2000 tools, and utilities
1, enterprise management, service management 3, 4, event detection query parsers
5 and 6, the input and output data network, server client to use tools, tools Internet use online documentation
1.2.1 enterprise management
Enterprise Management is based on a new called Microsoft Management Console (r) of public Management Microsoft Server Management environment, it is the SQL Server 2000 in one of the most important Management tools.
Enterprise management can not only configuration system environment and management, but also because it SQL Server can cascade form to list all the SQL Server object, so all the SQL Server object of establishment and management can be accomplished by it.
In enterprise management can finish operation
"Management SQL Server Server. Establish and manage database, Establish and manage, view, storage process, triggering role, rules, proceres, by default, such as user defined object database of data types, Backup database and transaction log,
Restore database, Copy database, Set task scheling, Set alarm, Provide cross-server drag-and-drop controls operating, Manage the user accounts, Establish Transact - SQL commands and the management and control of the SQL statement E-mail.
"In the enterprise management in the window contains two on" the window "directory tree right is the active window, showing the contents of the window.
"The window, click on various projects can deploy plus committee&apos contains.
"Through a project of the selected node in the window, can see on this project contains the content.
1.2.2 Service Manager (up) Service
1 and SQL Server service manager is in practical work when the Server is most practical program, service management is to start, stop, and continue to suspend the real-time database Server service, the service provided types include: SQL Server, SQL Server proxy, Microsoft search and distributed coordination, etc.
给分的啊 累死了!!
Ⅳ 怎办Microsoft SQL Server 2000中文版实然变成英文版了!
如果安装了Microsoft SQL Server 2000中文版,那么所有的工具都执行文件都安装到了C:\Program Files\Microsoft SQL Server\80\Tools\Binn目录下,我们最常使用的Query Analyzer对应isqlw.exe文件,事件探查器对应profiler.exe等
其次,让我们了解一下资源文件的作用
为了实现产品的多语言支持,微软通过资源文件的实现,同一个产品,由于资源文件改变为不同的语言相应界面即自动修改为该语言界面,在binn目录下的resources子目录就是完成上述任务的。当我们安装完Microsoft SQL Server 2000中文版后,在resources子目录下有两个子目录1033和2052,1033是英文资源文件,2052为中文资源文件。如果安装的是英文版,则只有1033目录。
下面,让我们来实现中英文界面互换。您只需要把2052 修改为其他名字,则当您下一次打开SQL2000的相应工具时界面已经全部变成英文。自然,如果您想再回到英文界面,只需将2052修改回来即可。
刚才提到的是中文版Microsoft SQL Server 2000的界面改变为英文,那么如果我的机器使用win2000英文,安装SQL2000英文,那么如何实现界面汉化呢。基于以上原理,首先,英文
操作系统将使用上述1033目录而不是2052目录。其次,我们需要中文的资源文件,当然中文资源文件在英文版SQL2000中没有,您需要到应经安装好SQL2000的中文版的相映目录下拷贝2052目录,或者拷贝SQL2000中文安装盘的x86\binn\res\other目录。然后,我们把原来英文资源文件的1033目录修改为其他目录,把2052或other修改为1033目录,即可实现SQL2000工具汉化。当然,英文操作系统还需要在区域选项中把区域设置修改为中文。
Ⅳ sql server2000英文版数据库出现乱码,如何处理
你把系统换为中文版吧。
还有一个办法就是在软体那里进行转换。
Ⅵ 请问哪里可以下载到sql server 2000英文版
http://lib.verycd.com/2004/10/06/0000022541.html
用电骡载
不知道你是要系统还是...
系统的话下面两个
http://www.51ct.cn/downinfo/1369.html
这个是中文版的..
http://www.lm8.cn/SoftView/SoftView_100.html
这个英文版...不过不能保证可以下载
不知道你是要系统还是...
Ⅶ 英文版sql server 2000数据库 插入中文乱码
最根本的是要修改数据库的排序规则,看看连接字符串里边默认数据库是哪一个,先修改那个数据库的排序规则,如果默认是master最好指定为开发用的数据库,因为master数据库不允许修改
修改排序规则语句是
alter database 数据库名
collate Chinese_PRC_CI_AS
同样,开发涉及的数据库也都要修改排序规则。
Ⅷ 请问在英文的SQL Server 2000默认编码字符集
估计你是英文版显示中文出问题要解决吧?
英文版SQL Server,在已有数据库(默认配置)进行insert操作,如果insert内容为中文,发现insert之后数据库中的中文内容为乱码;
解决办法
(1)、查询当前数据库的排序规则(编码)
select * from ::fn_helpcollations()
(2)、执行SQL语句
alter database test01 collate Chinese_PRC_CI_AI
Ⅸ sqlserver2000数据库软件中英文版本两者有何区别
没什么区别,就是界面有英中文的区别了,学习计算机的, 应该能这个能力看得懂各个标键的意思啊,不管什么版本,大部分提示报错,还是会有英文的
Ⅹ 你好,请问你有sqlsever2000英文版吗
Microsoft SQL Server 2000各种版本或组件而必须安装的操作系统。
企业版和标准版 Windows Server 2003,标准版1
Windows Server 2003,企业版1
Windows Server 2003,Datacenter 版1
Windows 2000 Server
Windows 2000 Advanced Server
Windows 2000 Datacenter Server
Microsoft Windows NT Server4.0 Service Pack 5(或更高版本)
Windows NT Server 4.0 SP5 或更高版本(企业版)
企业评估版和开发人员版
上面列出的是企业版和标准版的操作系统要求
Windows XP Professional
Windows XP Home Edition
Windows 2000 Professional
Windows NT Workstation 4.0(带SP5)或更高版本
SQL Server 2000个人版2和SQL Server 2000 Desktop Engine (MSDE 2000)上面列出的是企业版、标准版、企业评估版和开发人员版的操作系统要求
Windows Server 2003、Web Edition1(仅限MSDE)
Windows 98
Windows Me
客户端工具支持 Windows 95
Windows 98
Windows Me
Windows NT Workstation 4.0
Windows 2000 Professional
Windows XP Professional
Windows XP Home Edition
Windows Server 2003,标准版1
Windows Server 2003,企业版1
Windows Server 2003,Datacenter版1
UNIX、Apple Macintosh 和 OS/2 客户端需要第三方厂商提供的开放式数据库连接(ODBC)客户端软件。
仅连接 Windows 95
Windows 98
Windows Me
Windows NT Workstation 4.0
Windows 2000(所有版本)
Windows XP Professional
Windows XP Home Edition
Windows Server 2003,标准版1
Windows Server 2003,企业版1
Windows Server 2003,Datacenter 版1
1 Windows Server2003 要求应用SQL Server2000 Service Pack3或更高版本。
2 SQL Server 2000 个人版用于桌面和移动环境。个人版未包含标准版的全部功能。像联机分析处理 (OLAP)、数据挖掘和其他数据仓库功能等 Analysis Services 包括在个人版中,但这些功能不能在Windows98 或 Windows Me上安装。
3 仅在客户端连接中支持;不包括图形工具支持。
说明在Microsoft Windows NT® Server4.0上,必须安装Service Pack5(SP5)或更高版本,这是SQL Server2000 所有版本的最低要求。SQL Server 2000 中文版不支持英文版的NT4.0企业版。
SQL Server2000在Windows NT4.0 终端服务器上不受支持。
在不带网卡的 Windows 98 计算机上安装 SQL Server 2000 个人版或 Desktop Engine (MSDE 2000),需要Windows 98第二版。