<?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; Find Stored Procedure Create Date and Modified Date</title>
	<atom:link href="http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/</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: aarti</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-57388</link>
		<dc:creator>aarti</dc:creator>
		<pubDate>Fri, 06 Nov 2009 14:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-57388</guid>
		<description>ALTER PROCEDURE setuserlogin
(
@username varchar (50),
@logintime datetime
)
AS
UPDATE userprofile
set logintime=@logintime,onlinestatus=1
WHERE
username=@username;

if i exe this then 1 error is coming near ste userlogin
please suggest something,so i can exe it.</description>
		<content:encoded><![CDATA[<p>ALTER PROCEDURE setuserlogin<br />
(<br />
@username varchar (50),<br />
@logintime datetime<br />
)<br />
AS<br />
UPDATE userprofile<br />
set logintime=@logintime,onlinestatus=1<br />
WHERE<br />
username=@username;</p>
<p>if i exe this then 1 error is coming near ste userlogin<br />
please suggest something,so i can exe it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaira</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-54061</link>
		<dc:creator>vaira</dc:creator>
		<pubDate>Fri, 24 Jul 2009 12:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-54061</guid>
		<description>hi 

I want 2 get alter sp name ..

eg:

I was alter a sp in 1 jan 2009 .
I was execute the query
(SELECT * FROM sysobjects WHERE type = ‘P’) it was got all the sp from db.. i want alter sps from jan to till date ..
any body knows  tel me the answer..


adv tx..
vaira</description>
		<content:encoded><![CDATA[<p>hi </p>
<p>I want 2 get alter sp name ..</p>
<p>eg:</p>
<p>I was alter a sp in 1 jan 2009 .<br />
I was execute the query<br />
(SELECT * FROM sysobjects WHERE type = ‘P’) it was got all the sp from db.. i want alter sps from jan to till date ..<br />
any body knows  tel me the answer..</p>
<p>adv tx..<br />
vaira</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vaira</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-54060</link>
		<dc:creator>vaira</dc:creator>
		<pubDate>Fri, 24 Jul 2009 12:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-54060</guid>
		<description>hi 

I want 2 get alter sp name ..

eg:


I was alter a sp in 1 jan 2009 .
 I was execute the query 
(SELECT *    FROM sysobjects    WHERE type = &#039;P&#039;) it was got all the sp from db.. i want alter sps from jan to till date  ..any know tel me</description>
		<content:encoded><![CDATA[<p>hi </p>
<p>I want 2 get alter sp name ..</p>
<p>eg:</p>
<p>I was alter a sp in 1 jan 2009 .<br />
 I was execute the query<br />
(SELECT *    FROM sysobjects    WHERE type = &#8216;P&#8217;) it was got all the sp from db.. i want alter sps from jan to till date  ..any know tel me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Achilles</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-53978</link>
		<dc:creator>Achilles</dc:creator>
		<pubDate>Thu, 23 Jul 2009 03:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-53978</guid>
		<description>Hi,

I tried to add stored procedure in 

....\.....\Databases\....\Programmability\Stored Procedures

and it asked to &#039;save as&#039; into a folder but when i refresh the stored procedure i just save won&#039;t show in the Stored Procedure list.

Please help as a I am not a SQL guru.

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried to add stored procedure in </p>
<p>&#8230;.\&#8230;..\Databases\&#8230;.\Programmability\Stored Procedures</p>
<p>and it asked to &#8217;save as&#8217; into a folder but when i refresh the stored procedure i just save won&#8217;t show in the Stored Procedure list.</p>
<p>Please help as a I am not a SQL guru.</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nirali</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-53666</link>
		<dc:creator>Nirali</dc:creator>
		<pubDate>Mon, 13 Jul 2009 11:19:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-53666</guid>
		<description>Hi,

I want to keep the history of any updations take place in any stored procedure how is possible in sql2005</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to keep the history of any updations take place in any stored procedure how is possible in sql2005</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-52845</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 08 Jun 2009 23:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-52845</guid>
		<description>I switched SQL Server versions and forgot how I set up solution/projects which directed my Stored Procedures to my database. Had problems recreated the Solution/project in SQLExpress 2008. When executed individually my stored procedures where dropped into mystery default land. I&#039;ve got a bunch of them there but can&#039;t find them on the machine. Your USE command helped me to insure that I direct my stored procedure to the right database.  I know I should take the time to learn how to DBA my SQL Server tool but Ive got enough learning all the .NET stuff righ now. Thanks!</description>
		<content:encoded><![CDATA[<p>I switched SQL Server versions and forgot how I set up solution/projects which directed my Stored Procedures to my database. Had problems recreated the Solution/project in SQLExpress 2008. When executed individually my stored procedures where dropped into mystery default land. I&#8217;ve got a bunch of them there but can&#8217;t find them on the machine. Your USE command helped me to insure that I direct my stored procedure to the right database.  I know I should take the time to learn how to DBA my SQL Server tool but Ive got enough learning all the .NET stuff righ now. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jitesh</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-52765</link>
		<dc:creator>Jitesh</dc:creator>
		<pubDate>Fri, 05 Jun 2009 10:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-52765</guid>
		<description>Hi,

I tried this syntax to find the last  modified date of a table. But  its showing same date for create and modify. Does this modification means change in table structure or modify means modification in data also? I also tried sys.tables to find the modification date but its showing same result? Is there any way to find the last data modification date in a table?

Thanks &amp; Regards
Jitesh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I tried this syntax to find the last  modified date of a table. But  its showing same date for create and modify. Does this modification means change in table structure or modify means modification in data also? I also tried sys.tables to find the modification date but its showing same result? Is there any way to find the last data modification date in a table?</p>
<p>Thanks &amp; Regards<br />
Jitesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xxxx</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-48829</link>
		<dc:creator>xxxx</dc:creator>
		<pubDate>Thu, 12 Mar 2009 09:18:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-48829</guid>
		<description>SELECT name as &#039;SP Name&#039;
FROM sysobjects
WHERE type = &#039;p&#039;</description>
		<content:encoded><![CDATA[<p>SELECT name as &#8216;SP Name&#8217;<br />
FROM sysobjects<br />
WHERE type = &#8216;p&#8217;</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/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-47235</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:10:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-47235</guid>
		<description>[...] SQL SERVER - 2005 - Find Stored Procedure Create Date and Modified Date [...]</description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER &#8211; 2005 &#8211; Find Stored Procedure Create Date and Modified Date [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jagadish</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-46777</link>
		<dc:creator>jagadish</dc:creator>
		<pubDate>Tue, 17 Feb 2009 12:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-46777</guid>
		<description>hi sir/madam,

  i write one select command in stored procedure
Eg., Select * from employee_tb where employeeid=&#039;50000001&#039;

above statement written in stored procedure.
How to retrive the data in ASP .
i want information employeefirstname ,lastname,badgeid,salary.

how &#039;ll you call above storedprocedure in ASP.
finally i want information above 3 fields.


Thanks,
Jagadish</description>
		<content:encoded><![CDATA[<p>hi sir/madam,</p>
<p>  i write one select command in stored procedure<br />
Eg., Select * from employee_tb where employeeid=&#8217;50000001&#8242;</p>
<p>above statement written in stored procedure.<br />
How to retrive the data in ASP .<br />
i want information employeefirstname ,lastname,badgeid,salary.</p>
<p>how &#8216;ll you call above storedprocedure in ASP.<br />
finally i want information above 3 fields.</p>
<p>Thanks,<br />
Jagadish</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyrus m nash</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-46411</link>
		<dc:creator>cyrus m nash</dc:creator>
		<pubDate>Fri, 06 Feb 2009 21:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-46411</guid>
		<description>hi   Navee, what is your database?

hi Raj Acharya, you ca n use above query for this porupose if your databse is sqlserver2000, if you have any other database let me know.</description>
		<content:encoded><![CDATA[<p>hi   Navee, what is your database?</p>
<p>hi Raj Acharya, you ca n use above query for this porupose if your databse is sqlserver2000, if you have any other database let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cyrus m nash</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-46410</link>
		<dc:creator>cyrus m nash</dc:creator>
		<pubDate>Fri, 06 Feb 2009 21:12:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-46410</guid>
		<description>do this for sql server 2000 for same result :

---------------------------------------------------------------------------
select  * 
from information_schema.routines 
WHERE
Routine_Type=&#039;procedure&#039;
AND specific_name= &#039;uspUpdateEmployeeHireInfo&#039;
AND specific_Catalog=&#039;AdventureWorks&#039;

--------------------------------------------------------------------------

use specific_name  for your determind  stored procedure name
and specific_Catalog
for your determind  database name
good luck :)</description>
		<content:encoded><![CDATA[<p>do this for sql server 2000 for same result :</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
select  *<br />
from information_schema.routines<br />
WHERE<br />
Routine_Type=&#8217;procedure&#8217;<br />
AND specific_name= &#8216;uspUpdateEmployeeHireInfo&#8217;<br />
AND specific_Catalog=&#8217;AdventureWorks&#8217;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>use specific_name  for your determind  stored procedure name<br />
and specific_Catalog<br />
for your determind  database name<br />
good luck :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naveen</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-46267</link>
		<dc:creator>Naveen</dc:creator>
		<pubDate>Tue, 03 Feb 2009 04:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-46267</guid>
		<description>I would like to capture the date on which a record is being generated 
for eg : this is a weekly report and one employee record came in the first week and when i run the report in the next week it should show me the last record running date.

how can we get this since its  record level capturing

early response will be appreciated!</description>
		<content:encoded><![CDATA[<p>I would like to capture the date on which a record is being generated<br />
for eg : this is a weekly report and one employee record came in the first week and when i run the report in the next week it should show me the last record running date.</p>
<p>how can we get this since its  record level capturing</p>
<p>early response will be appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj Acharya</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-45032</link>
		<dc:creator>Raj Acharya</dc:creator>
		<pubDate>Tue, 23 Dec 2008 12:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-45032</guid>
		<description>Hi,

i want to find out last access date of any procedure or function can u help me out from this</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>i want to find out last access date of any procedure or function can u help me out from this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasanti</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-44742</link>
		<dc:creator>Prasanti</dc:creator>
		<pubDate>Fri, 12 Dec 2008 04:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-44742</guid>
		<description>Can we get the Previous version(Before Modification) Script of Modified Stored Procedure in SQL SERVER 2005.</description>
		<content:encoded><![CDATA[<p>Can we get the Previous version(Before Modification) Script of Modified Stored Procedure in SQL SERVER 2005.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijayakumar.P</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-44152</link>
		<dc:creator>Vijayakumar.P</dc:creator>
		<pubDate>Tue, 11 Nov 2008 09:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-44152</guid>
		<description>please help me 

how to find sql objects like stored procedure,functions created client login name in server by using t-sql query</description>
		<content:encoded><![CDATA[<p>please help me </p>
<p>how to find sql objects like stored procedure,functions created client login name in server by using t-sql query</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayank Parmar</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-42417</link>
		<dc:creator>Mayank Parmar</dc:creator>
		<pubDate>Fri, 05 Sep 2008 06:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-42417</guid>
		<description>Well this is excellent, I use this whenever I have to upload new changes to my live site.

Thanks &amp; Regards,
Mayank</description>
		<content:encoded><![CDATA[<p>Well this is excellent, I use this whenever I have to upload new changes to my live site.</p>
<p>Thanks &amp; Regards,<br />
Mayank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ved</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-42308</link>
		<dc:creator>ved</dc:creator>
		<pubDate>Tue, 02 Sep 2008 11:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-42308</guid>
		<description>When i am executing the following query
SELECT name, create_date, modify_date
    FROM sys.objects
    WHERE type = &#039;P&#039; 
it is showing error &quot;Invalid object name &#039;sys.objects&#039;&quot; 

in sql server 2005, Microsoft SQL Server Management Studio  9.00.1399.00</description>
		<content:encoded><![CDATA[<p>When i am executing the following query<br />
SELECT name, create_date, modify_date<br />
    FROM sys.objects<br />
    WHERE type = &#8216;P&#8217;<br />
it is showing error &#8220;Invalid object name &#8217;sys.objects&#8217;&#8221; </p>
<p>in sql server 2005, Microsoft SQL Server Management Studio  9.00.1399.00</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramah</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-41384</link>
		<dc:creator>ramah</dc:creator>
		<pubDate>Wed, 06 Aug 2008 09:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-41384</guid>
		<description>thank u alot for that code
it work just fine  but i need to know when was the last modify date for the data in my database</description>
		<content:encoded><![CDATA[<p>thank u alot for that code<br />
it work just fine  but i need to know when was the last modify date for the data in my database</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-41073</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Wed, 30 Jul 2008 17:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/08/10/sql-server-2005-find-stored-procedure-create-date-and-modified-date/#comment-41073</guid>
		<description>Thanks for the query!  Worked great!</description>
		<content:encoded><![CDATA[<p>Thanks for the query!  Worked great!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
