Re: Unable to find stored procedure 'sp_tables'
From: Dan Guzman (danguzman_at_nospam-earthlink.net)
Date: 02/15/04
- Next message: sdrexler: "HELP! EM wont connect after apply sp3a,reporting services and VS.net 2003"
- Previous message: Frank: "Re: Unable to find stored procedure 'sp_tables'"
- In reply to: Frank: "Re: Unable to find stored procedure 'sp_tables'"
- Next in thread: Frank: "Re: Unable to find stored procedure 'sp_tables'"
- Reply: Frank: "Re: Unable to find stored procedure 'sp_tables'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Sat, 14 Feb 2004 22:49:08 -0600
See if the following corrects the problem:
USE master
EXEC sp_MS_MarkSystemobject 'sp_tables'
GO
-- Hope this helps. Dan Guzman SQL Server MVP "Frank" <anonymous@discussions.microsoft.com> wrote in message news:BD12123F-A3CE-4BE7-AF23-12D98CD8CD28@microsoft.com... > The stored procedure 'sp_tables' does exist in the master database. However when I execute it from within any database on the server I get the error.
- Next message: sdrexler: "HELP! EM wont connect after apply sp3a,reporting services and VS.net 2003"
- Previous message: Frank: "Re: Unable to find stored procedure 'sp_tables'"
- In reply to: Frank: "Re: Unable to find stored procedure 'sp_tables'"
- Next in thread: Frank: "Re: Unable to find stored procedure 'sp_tables'"
- Reply: Frank: "Re: Unable to find stored procedure 'sp_tables'"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
Loading