<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; 2005 &#8211; List All Stored Procedure Modified in Last N Days</title>
	<atom:link href="http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/</link>
	<description>Notes of a SQL Server MVP and Database Administrator</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:54:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kuldeep chanchal</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-57770</link>
		<dc:creator>kuldeep chanchal</dc:creator>
		<pubDate>Fri, 20 Nov 2009 11:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-57770</guid>
		<description>hi pinal

i am new to sql server, and needs to tune one SP.
is there any way to find when any specific database last reindexed?</description>
		<content:encoded><![CDATA[<p>hi pinal</p>
<p>i am new to sql server, and needs to tune one SP.<br />
is there any way to find when any specific database last reindexed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manish</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-57680</link>
		<dc:creator>Manish</dc:creator>
		<pubDate>Tue, 17 Nov 2009 23:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-57680</guid>
		<description>Hi,



I have run the below procedure in sql 2000 but i am getting the same date in both created and last_alterd column.But user is saying he has modified the Procedure 2 days back.

select *
from information_schema.routines where Routine_Type=’procedure’
AND DATEDIFF(D,last_altered, GETDATE()) &lt;7
select @@databasename

if you want to find modified sp in the specific database
add the below conditionL

and specific_Catalog=’yourrdatabasename’


Kindly help for sql 2000.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have run the below procedure in sql 2000 but i am getting the same date in both created and last_alterd column.But user is saying he has modified the Procedure 2 days back.</p>
<p>select *<br />
from information_schema.routines where Routine_Type=’procedure’<br />
AND DATEDIFF(D,last_altered, GETDATE()) &lt;7<br />
select @@databasename</p>
<p>if you want to find modified sp in the specific database<br />
add the below conditionL</p>
<p>and specific_Catalog=’yourrdatabasename’</p>
<p>Kindly help for sql 2000.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chas</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-57434</link>
		<dc:creator>chas</dc:creator>
		<pubDate>Sun, 08 Nov 2009 20:30:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-57434</guid>
		<description>Thanks dude! Exactly what I was looking for. Saved me hacking this out myself :-)</description>
		<content:encoded><![CDATA[<p>Thanks dude! Exactly what I was looking for. Saved me hacking this out myself :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajan</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-53541</link>
		<dc:creator>rajan</dc:creator>
		<pubDate>Wed, 08 Jul 2009 09:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-53541</guid>
		<description>I need the query about find modified procedures in sql  2000</description>
		<content:encoded><![CDATA[<p>I need the query about find modified procedures in sql  2000</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mallik</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-53444</link>
		<dc:creator>Mallik</dc:creator>
		<pubDate>Fri, 03 Jul 2009 07:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-53444</guid>
		<description>Hello is there any way to find when the last reindexing was done on the database in sql server 2005?</description>
		<content:encoded><![CDATA[<p>Hello is there any way to find when the last reindexing was done on the database in sql server 2005?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julio Valencia</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-53062</link>
		<dc:creator>Julio Valencia</dc:creator>
		<pubDate>Wed, 17 Jun 2009 14:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-53062</guid>
		<description>Thanks for the query, but as an auditor I need to know who made the modification, in other words, 
I need know the: 
what was modified (object name), 
when (when that object was modified) 
and the 
who (who made the changes).


Is this possible?

Regards 

Julio Valencia</description>
		<content:encoded><![CDATA[<p>Thanks for the query, but as an auditor I need to know who made the modification, in other words,<br />
I need know the:<br />
what was modified (object name),<br />
when (when that object was modified)<br />
and the<br />
who (who made the changes).</p>
<p>Is this possible?</p>
<p>Regards </p>
<p>Julio Valencia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jones</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-51078</link>
		<dc:creator>jones</dc:creator>
		<pubDate>Fri, 17 Apr 2009 15:27:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-51078</guid>
		<description>You are one SQL God!

You have helped many people more than any body in the world.

Hope you keep on doing great!!!</description>
		<content:encoded><![CDATA[<p>You are one SQL God!</p>
<p>You have helped many people more than any body in the world.</p>
<p>Hope you keep on doing great!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejas Shah</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-50783</link>
		<dc:creator>Tejas Shah</dc:creator>
		<pubDate>Fri, 10 Apr 2009 11:10:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-50783</guid>
		<description>Hi Ramya,

To get tables, modified in last 7 days:

SELECT name
FROM sys.objects
WHERE type = &#039;U&#039;
AND DATEDIFF(D,modify_date, GETDATE()) &lt; 7

Thanks,

Tejas</description>
		<content:encoded><![CDATA[<p>Hi Ramya,</p>
<p>To get tables, modified in last 7 days:</p>
<p>SELECT name<br />
FROM sys.objects<br />
WHERE type = &#8216;U&#8217;<br />
AND DATEDIFF(D,modify_date, GETDATE()) &lt; 7</p>
<p>Thanks,</p>
<p>Tejas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramya</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-50719</link>
		<dc:creator>Ramya</dc:creator>
		<pubDate>Thu, 09 Apr 2009 13:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-50719</guid>
		<description>the above information is very helpful. but 
I want to list table name also????
Please help me</description>
		<content:encoded><![CDATA[<p>the above information is very helpful. but<br />
I want to list table name also????<br />
Please help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ramya</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-50718</link>
		<dc:creator>Ramya</dc:creator>
		<pubDate>Thu, 09 Apr 2009 13:41:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-50718</guid>
		<description>Thank u very much</description>
		<content:encoded><![CDATA[<p>Thank u very much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-47229</link>
		<dc:creator>SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-47229</guid>
		<description>[...] SQL SERVER - 2005 - List All Stored Procedure Modified in Last N Days [...]</description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER &#8211; 2005 &#8211; List All Stored Procedure Modified in Last N Days [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyrus m nash</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-46409</link>
		<dc:creator>cyrus m nash</dc:creator>
		<pubDate>Fri, 06 Feb 2009 21:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-46409</guid>
		<description>do this for sql server 2000 for same result :

select * 
   from information_schema.routines where Routine_Type=&#039;procedure&#039;
AND DATEDIFF(D,last_altered, GETDATE()) &lt;7
select @@databasename


if you want to find modified  sp in the specific database
add the below conditionL

and specific_Catalog=&#039;yourrdatabasename&#039;</description>
		<content:encoded><![CDATA[<p>do this for sql server 2000 for same result :</p>
<p>select *<br />
   from information_schema.routines where Routine_Type=&#8217;procedure&#8217;<br />
AND DATEDIFF(D,last_altered, GETDATE()) &lt;7<br />
select @@databasename</p>
<p>if you want to find modified  sp in the specific database<br />
add the below conditionL</p>
<p>and specific_Catalog=&#8217;yourrdatabasename&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-46312</link>
		<dc:creator>Anil</dc:creator>
		<pubDate>Wed, 04 Feb 2009 07:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-46312</guid>
		<description>thanks great post 

By MK Gandhi 
to add srno in retrieved records using querry</description>
		<content:encoded><![CDATA[<p>thanks great post </p>
<p>By MK Gandhi<br />
to add srno in retrieved records using querry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhagyesh</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-44235</link>
		<dc:creator>Bhagyesh</dc:creator>
		<pubDate>Sat, 15 Nov 2008 12:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-44235</guid>
		<description>Hi ,

Is there any SQLquery to find out how many tables are created today?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi ,</p>
<p>Is there any SQLquery to find out how many tables are created today?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bildoss</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-39854</link>
		<dc:creator>Bildoss</dc:creator>
		<pubDate>Mon, 07 Jul 2008 11:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-39854</guid>
		<description>to list out all the month in a year in Sql Server</description>
		<content:encoded><![CDATA[<p>to list out all the month in a year in Sql Server</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gorostas</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-39758</link>
		<dc:creator>gorostas</dc:creator>
		<pubDate>Fri, 04 Jul 2008 10:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-39758</guid>
		<description>Hi PinalDave, 

i have find an interesting proc on web for some related task that you are doing here, here is location: 

http://searchsqlserver.techtarget.com/searchSQLServer/downloads/5_11_05_Listing_1.txt

and after that you just call it whit something like:

use db_name
execute sp_ListObjects &#039;P&#039;

What do you think about this..?

Greatings, k</description>
		<content:encoded><![CDATA[<p>Hi PinalDave, </p>
<p>i have find an interesting proc on web for some related task that you are doing here, here is location: </p>
<p><a href="http://searchsqlserver.techtarget.com/searchSQLServer/downloads/5_11_05_Listing_1.txt" rel="nofollow">http://searchsqlserver.techtarget.com/searchSQLServer/downloads/5_11_05_Listing_1.txt</a></p>
<p>and after that you just call it whit something like:</p>
<p>use db_name<br />
execute sp_ListObjects &#8216;P&#8217;</p>
<p>What do you think about this..?</p>
<p>Greatings, k</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanta</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-39248</link>
		<dc:creator>Shanta</dc:creator>
		<pubDate>Mon, 16 Jun 2008 01:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-39248</guid>
		<description>Thank you so much, viewing the records for the last 7 days was the last task to complete my online application and I just want to say thanks for making it so easy.</description>
		<content:encoded><![CDATA[<p>Thank you so much, viewing the records for the last 7 days was the last task to complete my online application and I just want to say thanks for making it so easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sivangari</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-39180</link>
		<dc:creator>sivangari</dc:creator>
		<pubDate>Thu, 12 Jun 2008 10:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-39180</guid>
		<description>very nice. I got my doubts cleared through this.thanks a lot</description>
		<content:encoded><![CDATA[<p>very nice. I got my doubts cleared through this.thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fakhre</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-37309</link>
		<dc:creator>fakhre</dc:creator>
		<pubDate>Thu, 08 May 2008 12:56:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-37309</guid>
		<description>and what to display tables?</description>
		<content:encoded><![CDATA[<p>and what to display tables?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: raghu</title>
		<link>http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-35835</link>
		<dc:creator>raghu</dc:creator>
		<pubDate>Mon, 28 Apr 2008 15:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/07/10/sql-server-2005-list-all-stored-procedure-modified-in-last-n-days/#comment-35835</guid>
		<description>is there a query to know the person who has made the change.. ie, if there has been a change in the sp / view / table, how to find who has done that change.</description>
		<content:encoded><![CDATA[<p>is there a query to know the person who has made the change.. ie, if there has been a change in the sp / view / table, how to find who has done that change.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
