I have a request as below for auditing purpose on Microsoft Dynamic GP database.
Database files are required as
.mdfand.ldffiles for certain companiesOnly need the certain period time of data, not entire database from day 1 till now
My questions:
Is this even possible to provide only certain period time of activities from database as
.mdffile? I mean if the.mdffile is required, it must be the entire database right?If it is possible, how? Query the database for everything happened in that period of time and save it as
.mdffile and.ldffile? Or somehow somewhat cut the.mdffile? I don't think so...or if I provide entire database with only that period of transaction log?