Ramesh Rakam
Monday, April 4, 2016
List of Tables and Stored procedure created recently
select
*
from
sys
.
objects
where
(
type
=
'U'
or
type
=
'P'
)
and
create_date
>
dateadd
(
m
,
-
3
,
getdate
())
order
by
create_date
desc
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment