Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 SP

Author  Topic 

niranjankumark
Posting Yak Master

164 Posts

Posted - 2008-05-06 : 06:00:45
Hi ,
i moved to sql 2005 from sql 2000. Stored procedude should be in synch with both server.if i take from sysobject it shows all stored procedures. so How to find system defined stored procedure , user defined stored procedure in sql 2005 and sql 2000.

harsh_athalye
Master Smack Fu Yak Hacker

5581 Posts

Posted - 2008-05-06 : 06:08:29
Query INFORMATION_SCHEMA.ROUTINES view to see user-defined SPs.

Harsh Athalye
India.
"The IMPOSSIBLE is often UNTRIED"
Go to Top of Page
   

- Advertisement -