由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - a Store Procedure question...
相关主题
create linked server problem, please help请教有关junior level的database support的面试
Help on SQL 2012 Add a Linked Server through ODBCRecompile SQL Server Store procedure
SQL Server怎么查为什么store procedure跑的慢?问一个store procedure 问题
请教:how to call a COM object in a stored procedure?Sql Server有没有清除过期记录的有效办法?
SSIS package存放问题Looking for a mid-level SQL Server Developer, NJ
请教SQL server大牛一个问题问Jackrun, Beijing等大侠performance问题
T-SQL 问题linked server problem in SQL SERver 2000, please help!!
怎么样提高SQL SERVER的编程水平?SQL Linked Servers
相关话题的讨论汇总
话题: server话题: linked话题: roster话题: sp
进入Database版参与讨论
1 (共1页)
B***y
发帖数: 138
1
My work has a distributed application running on SQL Server.One of the
reports in the application pulls data from a sp named sp_Roster. Currently
the sp_Roster runs properly from the application side.
We have a need to incorporate the some piece of data from a linked Server.
After I wrote codes including the linked server data inside this sp_Roster,
it executes properly through command line but on the application side it
will not display the report properly by prompting database DLL error...
However, if I replace the linked server data with a view it will function
properly so I'm wondering if it has anything to do with application data
connection. Does it matter where I set up the linked server? Does it have to
be done on the Server?
THANKS!
i****a
发帖数: 36252
2
Linked server needs to be on the sql server that the SP is.
[发表自未名空间手机版 - m.mitbbs.com]
B***y
发帖数: 138
3
The linked server is actually created on the Server...I think the problem is
the report in the application was created by crystal report viewer. Per
some forum I revise the linked server provider from SQL server to OLEDB SQL
and it still gives me "Database DLL error". Since I don't have the source
code the VB application and I cannot open that report in a design view now I
'm wondering if there is nothing else I can do...

【在 i****a 的大作中提到】
: Linked server needs to be on the sql server that the SP is.
: [发表自未名空间手机版 - m.mitbbs.com]

1 (共1页)
进入Database版参与讨论
相关主题
SQL Linked ServersSSIS package存放问题
要同时用2个不同的SQL SERVER的DATABASE,怎么办?请教SQL server大牛一个问题
linked serverT-SQL 问题
Re: How to create a MS Access Database File using DAO in vc++???怎么样提高SQL SERVER的编程水平?
create linked server problem, please help请教有关junior level的database support的面试
Help on SQL 2012 Add a Linked Server through ODBCRecompile SQL Server Store procedure
SQL Server怎么查为什么store procedure跑的慢?问一个store procedure 问题
请教:how to call a COM object in a stored procedure?Sql Server有没有清除过期记录的有效办法?
相关话题的讨论汇总
话题: server话题: linked话题: roster话题: sp