Im creating a Stored Procedure on an 2008 SQL server.
I cant find how to retrieve the creation date of a given table in MS Access using SQL (or C# since it will be running inside a SSIS)
Besides the creation data, the time it was last modified would be also needed.
Any help?
Thanks a lot.
Might depend on the exact version of Access that created the database, but this information is found in the
MSysObjectstable (Access 97-2010)