I have to import from SqlExpress.
Database is not mine anc cannot modified
Tables do not have a date_time field in thir structure.
How can I import records modified today?
Any hints?
marco
SELECT OBJECT_NAME(OBJECT_ID) AS DatabaseName, *
FROM sys.dm_db_index_usage_stats
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 80 guests