请教sql server 2008的安装问题
安装sql server 2008企业版成功了,但是在安装时选择了“sharepoint集成”模式,安装了报表服务器模块,安装sql server 2008前先安装了IIS7,但还没有装sharepoint,s操作系统是windows server 2008。
现在的问题是,想用报表服务,但发现在报表服务配置管理器中配置后,能连接到数据库,但打开报表服务器WEB服务URL时出错:
打开的URL为:http://机器名/ReportServer_MSSQLSERVER2008
错误提示信息为:
配置参数 SharePointIntegrated 被设置为 True,但无法加载 Share Point 对象模型。错误为: System.Reflection.TargetInvocationException: 调用的目标发生了异常。 ---> System.IO.FileNotFoundException: 未能加载文件或程序集“Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c”或它的某一个依赖项。系统找不到指定的文件。文件名:“Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c” 在 Microsoft.ReportingServices.SharePoint.Server.SharePointServiceHelper..ctor() 警告: 程序集绑定日志记录被关闭。要启用程序集绑定失败日志记录,请将注册表值 [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD)设置为 1。注意: 会有一些与程序集绑定失败日志记录关联的性能损失。要关闭此功能,请移除注册表值 [HKLM\Software\Microsoft\Fusion!EnableLog]。 --- 内部异常堆栈跟踪的结尾 --- 在 System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandle& ctor, Boolean& bNeedSecurityCheck) 在 System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean fillCache) 在 Sy
相关问答:
小弟是个新手 现在有个问题一直不能解决
例如
procedure produce_proc
@p001 nvarchar(8000),
@p002 nvarchar(8000),
@p003 nvarchar(8000),
& ......
with adod_dict do
begin
close;
commandtext:='select bgqxcode,count(*) wjsl from wscl_wsda_file where wjnd=:tnd group by bgqxcode'; ......
表中按datadate,tradeid为主键,也就是说tradeid会重复出现在不同天中,同一天的tradeid是不同的。现在我希望取一段时间范围内不重复的tradeid,且只要每个tradeid的最后一次出现的那条。sql语句该怎么写
: ......
表A
Sup_code st_sup_code buy_code buy_code1
1001 400 &nbs ......