We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0675b7e commit b93105dCopy full SHA for b93105d
1 file changed
samples/features/r-services/Telco Customer Churn v1/R/telcoChurn-main.R
@@ -17,7 +17,7 @@ authenticationFlag <- "SQL" #Valid values: "Windows" or "SQL"
17
servername <- "."
18
database <- "telcoedw"
19
user <- "sa"
20
-password <- "Devzhouf@123" #Please set your own password
+password <- "" #Please set your own password
21
22
## Set working directory. Please change this to the main directory of the demo
23
wd <- "C:\\Demo\\TelcoChurn4\\TelcoChurn4"
0 commit comments