I did set ansi_nulls and ansi_warnings on at the creation time of the stored procedure and I still get the error message.
EX:
SET ANSI_NULLS ON
SET ANSI_WARNINGS ON
GO
Create Procedure pr_MyStoredProcedure
...
Any other ideas?
Thanks!
Yes and No. If you link to MSAccess and run the query from your computer it will send the entire table back and forth (in otherwords client side processing). However, if you create an internet related application/page on the server, then the server will process the data and return the results...
I am trying to create a Crystal Report that uses a sql server stored procedure. The stored procedure connects to some data thru a linked server to MSAccess data. When I try to create the report, it lets me add the stored procedure but then it gives me a general SQL Server error. I checked the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.