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:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user