You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/applications/iot-smart-grid/README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,18 @@ To run this sample, you need the following prerequisites.
45
45
<aname=run-this-sample></a>
46
46
47
47
## Run this sample
48
+
1. Create a database with the name: PowerConsumption
49
+
50
+
2. Run the script setup-or-reset-demo.sql to create the DB Objects
51
+
52
+
3. Start the DataGenerator (WindowsForms: Client.exe OR Console: ConsoleClient.exe)application DemoWorkload.exe
53
+
54
+
4. Change the connection string in the configuration settings, if needed. By default, it points to the local default SQL Server instance with integrated authentication.
55
+
56
+
5. Load the Power BI Report (WindowsForms: Click on the lower left link, Console: Type REPORT)
57
+
58
+
-**or**-
59
+
48
60
1. Clone this repository using Git for Windows (http://www.git-scm.com/), or download the zip file.
49
61
50
62
2. From Visual Studio, open the **IoT-Smart-Grid.sln** file from the root directory.
0 commit comments