Rechercher dans les propriétés de la page

Rechercher dans les propriétés de la page

Entrer soit une page et une propriété, ou seulement une propriété, pour récupérer toutes les valeurs affectées.

Affichage de 14 résultats à partir du n°1.

Voir (20 précédentes | 20 suivantes) (20 | 50 | 100 | 250 | 500).


    

Liste de résultats

  • 👉 [https://www.microsoft.com/en-us/downloa👉 [https://www.microsoft.com/en-us/download/details.aspx?id=104781 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. *'''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. *SA password
    SQLEXPRESS</code>) for future reference. *SA password <br/>  +
  • # In SSMS, open '''Object Explorer'''. # # In SSMS, open '''Object Explorer'''. # Right-click the server name at the top # Click '''Restart''' and confirm. Alternatively, you can use '''SQL Server Configuration Manager''' if SSMS doesn’t show the restart option: * Open SQL Server Configuration Manager
    * Expand '''SQL Server Services''' * Right-click '''SQL Server (SQLEXPRESS)''' and choose '''Restart'''
    -click '''SQL Server (SQLEXPRESS)''' and choose '''Restart'''   +
  • # Right click on Databases->New Database # Call it ProOpt   +
  • # Select the ProOpt database in the drop down query menu # Execute the script # Check the proOpt tables have been created   +
  • * In '''Object Explorer''', right-click your server and select '''Properties'''. * Go to the '''Security''' page. * Under ''Server authentication'', select: '''SQL Server and Windows Authentication mode''' * Click '''OK'''.   +
  • * In SSMS, expand: <code data-start=" * In SSMS, expand: Security > Logins * Right-click on sa and choose '''Properties''' * In the '''General''' page: ** Set a strong password (and confirm it) * Switch to the '''Status''' page: ** Set '''Login''' to: '''Enabled''' * Click '''OK''' to save changes ogin''' to: '''Enabled''' * Click '''OK''' to save changes   +
  • * Right click -> Edit top200 rows * Paste GUID in ID field   +
  • * Use an online GUID generator https://guidgenerator.com/ * Copy the GUID   +
  • *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>   +
  • <nowiki>Launch SSMS and connect to yLaunch SSMS and connect to your local server. If you used default settings, the server name will be:

    .\SQLEXPRESS



    Use “Windows Authentication”

    Tick trust Server certificate


    ...We will set up SQL Authentication later





    s="icon-instructions-text">...We will set up SQL Authentication later</div><br /></div><br /><br /><br /><br/></nowiki>  +
  • After installation, you can verify that SQAfter 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.
    ction is successful and that you can see the server objects.  +
  • This is stored on the [https://stugaltd.monday.com/boards/4881973586 Software versions] Monday Board  +
  • Uncheck Enforce Password Policy Password in text file Set permissions all bar denydatareader and denydatawriter User Mapping->Map to ProOpt should then appear in ProOpt->Security->Users folder <br/>  +
  • confirm that SQL Authentication works: # confirm that SQL Authentication works: # Disconnect your current session in SSMS. # Click '''Connect''' again. # Set: #* '''Server name''': .\SQLEXPRESS #* '''Authentication''': '''SQL Server Authentication''' #* '''Login''': sa #* '''Password''': (use the one you just set)">sa</code> #* '''Password''': (use the one you just set)  +