github spaghettidba/WorkloadTools v1.5.3
See Martin?

latest releases: v1.7.1, v1.7.0, v.1.6.5...
4 years ago

Replay now supports redirecting commands to a different database.
This is achieved by specifying a "DatabaseMap" property in the .json file, like this:

{
    "__type": "ReplayConsumer",
    "ConnectionInfo": {
        "ServerName": "somedatabase.database.windows.net",
        "DatabaseName": "mario",
        "UserName": "itsame",
        "Password": "itsamario"
    },
    "DatabaseMap": {
        "Mario": "Luigi"
        "Peach": "Bowser"
    }
}

In this case, all commands originally captured on database "Mario" will be replayed on database "Luigi" and all command from database "Peach" will be replayed on db "Bowser".

Don't miss a new WorkloadTools release

NewReleases is sending notifications on new releases.