StuertzCloud - Creating Local SQL Database : Différence entre versions

[version en cours de rédaction][version en cours de rédaction]
Ligne 26 : Ligne 26 :
  
 
[https://stuga.dokit.app/wiki/StuertzCloud_-_Creating_a_Customer_Location StuertzCloud - Creating a Customer Location]
 
[https://stuga.dokit.app/wiki/StuertzCloud_-_Creating_a_Customer_Location StuertzCloud - Creating a Customer Location]
 +
 +
<br />{{Info|...You must have SQL Server Management Studio (SSMS) installed to manage the databases}}
  
 
<br /></translate>
 
<br /></translate>
Ligne 31 : Ligne 33 :
 
{{Materials}}
 
{{Materials}}
 
{{EPI}}
 
{{EPI}}
 +
{{Tuto Step
 +
|Step_Title=<translate>Download and Install SQL Server Express 2022</translate>
 +
|Step_Content=<translate>👉 [https://www.microsoft.com/en-us/download/details.aspx?id=104781 Download SQL Server Express 2022]
 +
 +
* '''Run the Installer''': Locate the downloaded file named <code data-start="33" data-end="56">SQL2022-SSEI-Expr.exe</code> and double-click it to launch the installer.​[https://www.microsoft.com/en-us/download/details.aspx?id=104781&utm_source=chatgpt.com Microsoft+5Microsoft+5Microsoft+5]
 +
* '''Choose Installation Type''': In the installer window, select the '''Basic''' installation option. This will install SQL Server Express with default settings.
 +
* '''Accept License Terms''': Read and accept the license terms to proceed with the installation.
 +
* '''Installation Progress''': The installer will download and install the necessary components. This process may take several minutes.
 +
* '''Installation Complete''': Once the installation is complete, you'll see a confirmation screen. You can note the instance name (usually <code data-start="109" data-end="121">SQLEXPRESS</code>) for future reference.
 +
 +
<br /></translate>
 +
}}
 +
{{Tuto Step
 +
|Step_Title=<translate>Verify Installation</translate>
 +
|Step_Content=<translate>After installation, you can verify that SQL Server Express is running by:
 +
 +
* Opening '''SQL Server Management Studio (SSMS)'''.​
 +
* Connecting to the server using the instance name (e.g., <code data-start="56" data-end="70">.\SQLEXPRESS</code>).
 +
* Ensuring that the connection is successful and that you can see the server objects.</translate>
 +
}}
 +
{{Tuto Step
 +
|Step_Title=<translate>Download the ProOpt sql schema</translate>
 +
|Step_Content=<translate>This is stored on the [https://stugaltd.monday.com/boards/4881973586 Software versions] Monday Board</translate>
 +
}}
 +
{{Tuto Step
 +
|Step_Title=<translate>Open SQL Server Management Studio (SSMS)</translate>
 +
|Step_Content=<translate>Launch SSMS and connect to your local server. If you used default settings, the server name will be:<syntaxhighlight>
 +
.\SQLEXPRESS
 +
 +
</syntaxhighlight>Use “Windows Authentication” unless you specifically created an SQL login.
 +
<br /></translate>
 +
}}
 +
{{Tuto Step
 +
|Step_Title=<translate>Open the SQL Script</translate>
 +
|Step_Content=<translate>* Go to '''File > Open > File…'''
 +
* Browse to and open the script file:  <code data-start="533" data-end="590">ProOpt-StuertzCloud-Reference-Database-20240131 (4).sql</code></translate>
 +
}}
 
{{Tuto Step
 
{{Tuto Step
 
|Step_Title=<translate></translate>
 
|Step_Title=<translate></translate>

Version du 16 avril 2025 à 13:58

Auteur avatarGareth Green | Dernière modification 24/04/2025 par Gareth Green en cours de rédaction

Pas encore d'image

How to create a SQL Database instance on the local network to enable factory machines to communicate with StuertzCloud

Introduction

See StuertzCloud - Setup Overview for an overview of the setup.


This tutorial covers the setup of the Local SQL Express database instance and creating a "ProOpt" database structure on it.


  • This database installed on the 'Location' local network.
  • The 'Machines' write their production data to it
  • The 'Gateway' software uploads this data to the StuertzCloud server


See Also

StuertzCloud - Installing Gateway

StuertzCloud - Setting up Stuga Machine to Write Production Data

StuertzCloud - Creating a Customer Location


...You must have SQL Server Management Studio (SSMS) installed to manage the databases

Étape 1 - Download and Install SQL Server Express 2022

👉 Download SQL Server Express 2022

  • Run the Installer: Locate the downloaded file named SQL2022-SSEI-Expr.exe and double-click it to launch the installer.Microsoft+5Microsoft+5Microsoft+5
  • Choose Installation Type: In the installer window, select the Basic installation option. This will install SQL Server Express with default settings.
  • Accept License Terms: Read and accept the license terms to proceed with the installation.
  • Installation Progress: The installer will download and install the necessary components. This process may take several minutes.
  • Installation Complete: Once the installation is complete, you'll see a confirmation screen. You can note the instance name (usually SQLEXPRESS) for future reference.


Étape 2 - Verify Installation

After installation, you can verify that SQL Server Express is running by:

  • Opening SQL Server Management Studio (SSMS).
  • Connecting to the server using the instance name (e.g., .\SQLEXPRESS).
  • Ensuring that the connection is successful and that you can see the server objects.

Étape 3 - Download the ProOpt sql schema

This is stored on the Software versions Monday Board

Étape 4 - Open SQL Server Management Studio (SSMS)

Launch SSMS and connect to your local server. If you used default settings, the server name will be:
.\SQLEXPRESS
Use “Windows Authentication” unless you specifically created an SQL login.


Étape 5 - Open the SQL Script

  • Go to File > Open > File…
  • Browse to and open the script file: ProOpt-StuertzCloud-Reference-Database-20240131 (4).sql

Étape 6 -

Commentaires

Draft