摘要:
Visual Studio 2010 本身不支持创建SSIS 报表, 因为SSIS并没有集成到VS2010中。所以,在我们需要把RS2008,RS2005 的项目升级到2010时会出现问题。提示Visual Studio不支持rptproj 文件,我本能的反应时去网上找找解决方法。这个问题问的人太多了,所以解决方案并不难找。以下三步可以做到让VS2010支持 BI 项目, 所有的文件都可以再微软官网下载。安装 Visual Studio 2010 PLUS SP1.安装SQL Server Data Tools(SSDT)安装SQL Server 2012 中的 Data Tools and 阅读全文
摘要:
Server Error in '/sdxx' Application.Failed to access IIS metabase.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.We 阅读全文
摘要:
使返回的结果中不包含有关受 Transact-SQL 语句影响的行数的信息 语法:SET NOCOUNT { ON | OFF } 默认情况下为 OFF 当 SET NOCOUNT 为 ON 时,不返回计数(表示受Transact-SQL 语句影响的行数)。 当 SET NOCOUNT 为 OFF 时,返回计数。 即使当 SET NOCOUNT 为 ON 时,也更新 @@ROWCOUNT 函数。当 SET NOCOUNT 为 ON 时,将不给客户端发送存储过程中的每个语句的 DONE_IN_PROC 信息。当使用 Microsoft® SQL Server™ 提供的实用工具执行查询时 阅读全文