SQL Server Enterprise Manager 2005 - stored procedures not showing up - Stack Overflow most recent 30 from stackoverflow.com2009-12-22T12:30:25Zhttp://stackoverflow.com/feeds/question/404600http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/404600/sql-server-enterprise-manager-2005-stored-procedures-not-showing-up3SQL Server Enterprise Manager 2005 - stored procedures not showing upJoel Spolsky2009-01-01T05:51:41Z2009-01-01T06:09:36Z
<p>When using SQL Server Management Studio from SQL Server 2005, I can connect to an instance of SQL Server 2000... but none of the stored procedures show up. Is there some trick to allow SQL Server Enterprise Manager 2005 to properly talk to SQL Server 2000 databases?</p>
http://stackoverflow.com/questions/404600/sql-server-enterprise-manager-2005-stored-procedures-not-showing-up/404605#4046051Answer by le dorfier for SQL Server Enterprise Manager 2005 - stored procedures not showing uple dorfier2009-01-01T05:59:21Z2009-01-01T05:59:21Z<p>I don't see a 2005 Enterprise Manager. Instead there's a Management Studio, which shows Databases/database/Programmability/Stored Procedures (and it's looking at a 2k database).</p>
http://stackoverflow.com/questions/404600/sql-server-enterprise-manager-2005-stored-procedures-not-showing-up/404609#4046094Answer by Mitchell Gilman for SQL Server Enterprise Manager 2005 - stored procedures not showing upMitchell Gilman2009-01-01T06:01:12Z2009-01-01T06:01:12Z<p>I'm guessing that the account that you're logging in as does not have access to execute the stored procs. If it doesn't have access to use a stored proc, SQL Server Management Studio 2005 won't show it (regardless of it you're connecting to a SQL 2000 or 2005 server)</p>
http://stackoverflow.com/questions/404600/sql-server-enterprise-manager-2005-stored-procedures-not-showing-up/404611#4046111Answer by BenAlabaster for SQL Server Enterprise Manager 2005 - stored procedures not showing upBenAlabaster2009-01-01T06:02:51Z2009-01-01T06:02:51Z<p>I have my SQL Server Management Studio hooked up to two SQL Server 2000 Servers and the stored procs show up under programmability on the database I'm accessing.</p>
<p>P.S. I just thought it would be amusing to see who was tied to their computer on New Year, why are you not partying like the rest of the world? :oP</p>