How to do - MS SQL C# Excel Access
Saturday, 11 November 2017
MSSQL - Load recently modified stored procedures
watch this example on YouTube
select name , create_date, modify_date
from sys.objects
where type='P'
order by modify_date desc
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment