﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Administering / SQL Server 2005  / stored procedure is valid or not valid. / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Sat, 25 May 2013 16:39:21 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: stored procedure is valid or not valid.</title><link>http://www.sqlservercentral.com/Forums/Topic435362-146-1.aspx</link><description>It also really depends on what you mean by valid?  You could look at the dependencies to make sure they all exist for that SP.[code]select object_name(so.id), object_name(depid)from sysdepends sd    inner join sysobjects so    on so.id = sd.idwhere so.xtype = 'P'[/code]</description><pubDate>Thu, 20 Dec 2007 13:23:37 GMT</pubDate><dc:creator>John Rowan</dc:creator></item><item><title>RE: stored procedure is valid or not valid.</title><link>http://www.sqlservercentral.com/Forums/Topic435362-146-1.aspx</link><description>I don't believe so... other than running it or taking it apart and running the peices...You could always setup to exec it and run an estimated execution plan on it, but if it creates temp tables, you may get false errors.</description><pubDate>Thu, 20 Dec 2007 13:16:28 GMT</pubDate><dc:creator>Jeff Moden</dc:creator></item><item><title>stored procedure is valid or not valid.</title><link>http://www.sqlservercentral.com/Forums/Topic435362-146-1.aspx</link><description>Hi AllOne question :Is there any method to find out stored procedure is valid or not valid. Please help me Regards,Shine</description><pubDate>Thu, 20 Dec 2007 12:56:59 GMT</pubDate><dc:creator>sps-554505</dc:creator></item></channel></rss>