我有一个带有派生列的数据流。我想使用如下表达式转换列的内容:
If the source value is 101 convert it to 1001
If the source value is 102 convert it to 2002
If the source value is 202 convert it to 2019
Etc.
看起来Switch/Case语句在这里很理想。SSIS表达式是否支持Switch/Case?如果不是,处理这种事情的最好方法是什么?
谢谢。
我希望写入默认的应用程序事件日志,而不自动或通过EventLog.CreateEventSource创建事件日志源。该程序可能以非管理员身份运行,该非管理员将无法创建事件日志源。此应用程序没有安装程序。在这种情况下,我是否可以为源代码指定一些“始终有效”的东西?
作为参考,错误消息为:
System.Security.SecurityException: The source was not found, but some or all event logs could not be searched. To create the source, you need permission to
我无法在Ubuntu13.10虚拟机上安装openssh服务器。下面是我使用的命令及其输出:
sudo apt-get install openssh-server
[sudo] password for mohamed:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package openssh-server is not available, but is referred to by another package.
This may mean