SELECT
[name] as Tablename
,create_date
,modify_date
FROM
sys.tables where cast(create_date as date)>=’Given date’
Discover more from Technology with Vivek Johari
Subscribe to get the latest posts sent to your email.


