Welcome to 2PTTechnology
Sign in
|
Join
in
SQL Scripts (forum)
Microsoft SQL Server (group)
(Entire Site)
Search
Home
Web Projects
eCommerce
Intranet
Window Projects
Mobile
Other
SEO
Forums
My Account
About Us
Contact Us
2PTTechnology
»
Microsoft SQL Server
»
SQL Scripts
»
table create date
table create date
Last post 07-31-2008, 10:31 AM by
twaligora
. 0 replies.
Sort Posts:
Oldest to newest
Newest to oldest
Previous
Next
07-31-2008, 10:31 AM
188
twaligora
Joined on 01-11-2007
Posts 35
table create date
Reply
Quote
select
name
,
crdate
from
sysobjects
where
type
=
'U'
-- use 'P' for procedures
order
by
name
Report abuse