简体   繁体   English

更改Windows Server 2008的“区域和语言”>“格式”设置是否对上面安装的SQL Server 2008 R2数据库引擎有影响?

[英]Does changing the Windows Server 2008 “Region and language” > Format setting have any impact on a SQL Server 2008 R2 database engine installed on it?

I've found at MSDN that 我在MSDN中发现

The database engine doesn't care about regional settings 数据库引擎不关心区域设置

But I haven't found any documentation supporting this statement. 但是我还没有找到任何支持此声明的文档。 For example, would it change the way it displays (or the way I edit) date, time or currencies in SSMS? 例如,它会改变它在SSMS中显示(或编辑)日期,时间或货币的方式吗?

It seems like it won't, since dates in the database are totally different to the sample dates shown in the Formats tab. 好像不会,因为数据库中的日期与“格式”选项卡中显示的示例日期完全不同。 But, I would like to have more reading on this before having to restart my server many times (which is expensive for me). 但是,我想在必须多次重新启动服务器之前对此有更多了解(这对我来说很昂贵)。

The general answer is no, indeed, as stated in MSDN. 确实,如MSDN中所述,总的答案是肯定的。

More precisely, would it change the way it displays (or the way I edit) date, time or currencies in SSMS? 更准确地说, 它会改变它在SSMS中显示(或编辑)日期,时间或货币的方式吗?

Again, no. 再说一次 It has to do with the user language setting, as shown in this answer. 它有做与用户语言设置,如图这样的答案。

In most case it does, because the regional settings of the operating system apply to virtually all applications installed on a computer system, and that includes the SSMS. 在大多数情况下,确实如此,因为操作系统的区域设置实际上适用于计算机系统上安装的所有应用程序,其中包括SSMS。 The likes of Currency, Date format etc. Though SSMS has its own datetime format, its sometime also depends on the configuration of these applications in relation to your network setup. 诸如货币,日期格式等。尽管SSMS具有其自己的日期时间格式,但其时间有时还取决于与网络设置有关的这些应用程序的配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SQL Server 2008 R2中的日期格式 - Date format in SQL Server 2008 R2 无法在Windows 8中使用SQL Server 2008 R2创建数据库 - Can't create database in Windows 8 with SQL Server 2008 R2 Windows 10上无法访问本地SQL Server 2008 R2数据库 - Local SQL Server 2008 R2 database not accessible on Windows 10 使用 LINQ 将数据库从 SQL Server 2008 R2 更改为 SQL Server 2008 - Using LINQ changing database from SQL Server 2008 R2 to SQL Server 2008 SQL SERVER 2008 R2 +恢复中的数据库 - SQL SERVER 2008 R2 + Database In Recovery SQL Server 2008 R2数据库降级 - sql server 2008 r2 database downgrade 检查用户帐户ad_SSmith在多个数据库上没有dbo(SQL Server 2008 R2) - check user account ad_SSmith does not have dbo on multiple database (SQL server 2008 R2) 在Windows Server 2008 R2上安装SQL Server 2012时,需要哪些Windows服务器角色(如果有)? - When installing SQL Server 2012 on Windows Server 2008 R2 what Windows Server Roles, if any, are required? 具有SQL Server 2008 R2数据库引擎的SQL Server 2012 SSMS - SQL Server 2012 SSMS with SQL Server 2008 R2 database engine 如何从安装了Windows 2008 R2的SQL Server中自动监视Windows事件日志 - How to Automatically Monitor Windows Event Log from SQL Server winth Windows 2008 R2 installed
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM