Toggle navigation
Submit
n!T!n Learns 2 Kode...!!
Nitin Dhiman. Powered by
Blogger
.
To get the names of the latest altered storedprocedures in SQL.
Nitin Dhiman
6:08 AM
SQL 2005
No comments
following is the query:
declare @date1 datetime
set @date1 = '1-sep-2008'
select specific_name,last_altered,created from information_schema.routines
where datediff(day,@date1, last_altered) > 0
or
datediff(day,@date1, created) > 0
Share on Google +
Share on facebook
Share on twitter
Share on Linkedin
Related Posts
from Excel file to Sql table.
Sql function to get first day of th...
get data from .txt file and insert ...
Bind TreeView to sql database.
Newer Post
Older Post
No comments :
Post a Comment
Subscribe to:
Post Comments ( Atom )
Blog Archive
►
2010
(23)
►
May
(1)
►
April
(6)
►
March
(4)
►
February
(11)
►
January
(1)
▼
2009
(24)
►
November
(1)
►
September
(1)
►
August
(1)
▼
May
(2)
To get the names of the latest altered storedproce...
Textbox validation for numeric and other key codes.
►
March
(15)
►
February
(4)
Helpful Links
Nitin Dhiman Blog
Styletint
The Spousal
Labels
asp.net
C#
JavaScript
SQL 2005
authorized.net
string format
J Query
Attachement
XML
fileupload
CDONTS
Windows Services
ajax
alt key codes
custom validator
fancybox
firefox
html
validation
youtube
No comments :
Post a Comment