我正在尝试为InfoPath 2013表单开发自定义代码.我安装了Visual Studio 2013 Professional,但在尝试编辑代码时,我收到以下消息:
The following external components are required to edit your form code. Please install them and try again.
Microsoft Visual Studio 2012
Visual Studio C# Support
Microsoft Visual Studio Tools for Applications 2012
Run Code Online (Sandbox Code Playgroud)
安装了C#支持以及Visual Studio Tools for Applications 2012.
InfoPath 2013不支持VS2013吗?
我正在编写一个存储过程,它SELECT使用4点表示法在几个不同的链接服务器上运行查询.
问题是,如果其中一个链接服务器未运行,则查询将失败,并显示错误121 ('The semaphore timeout period has expired').然后其他SELECT查询不会运行,因为此错误会停止执行其余查询.
我想检查@@ERROR然后继续运行其他查询.
如果与其中一个链接服务器的连接失败,如何继续运行查询?
我正在使用SQL 2012.
如果我在SQL Server 2008中创建一个在DROP_TABLE和ALTER_TABLE上都触发的数据库触发器,我该如何确定这是DROP还是ALTER?