I have some servers in Europe and some in Asia.
I would like to be able to work out where the current server is by querying ... something.
有没有一些全局变量或sp_xxx可执行的语句,可以查询服务器的本地设置?
I have some servers in Europe and some in Asia.
I would like to be able to work out where the current server is by querying ... something.
有没有一些全局变量或sp_xxx可执行的语句,可以查询服务器的本地设置?
我会在表格中使用一个参数。
问题可能有多种解决方案,但它们可能会或可能不会根据一些因素起作用。例如,是否存在数据库服务器或操作系统配置方面的差异,可以区分一个位置和另一个位置吗?
sp_helpsort
将此翻译为中文:http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.ase_15.0.sprocs/html/sprocs/sprocs143.htm http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.ase_15.0.sprocs/html/sprocs/sprocs143.htm
会显示系统的排序顺序和字符集。
如果数据服务器已正确配置以进行XP调用,则可以执行。
xp_cmdshell domainname
这将允许您获取操作系统 domainname 命令的输出。您可以解析它以确定您的区域设置。