# NOT RUN {
connectionDetails <- createConnectionDetails(dbms="sql server", server="some_server")
achillesHeel <- achillesHeel(connectionDetails = connectionDetails,
cdmDatabaseSchema = "cdm",
resultsDatabaseSchema = "results",
scratchDatabaseSchema = "scratch",
vocabDatabaseSchema = "vocab",
cdmVersion = "5.3.0",
numThreads = 10,
outputFolder = "output")
# }
Run the code above in your browser using DataLab