1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00

Updated Main R file to drive the demo execution

This commit is contained in:
Zhou Fang
2016-08-26 14:17:27 +08:00
parent 0675b7e649
commit b93105d89f

View File

@ -17,7 +17,7 @@ authenticationFlag <- "SQL" #Valid values: "Windows" or "SQL"
servername <- "."
database <- "telcoedw"
user <- "sa"
password <- "Devzhouf@123" #Please set your own password
password <- "" #Please set your own password
## Set working directory. Please change this to the main directory of the demo
wd <- "C:\\Demo\\TelcoChurn4\\TelcoChurn4"