Forum Discussion

Shane1961's avatar
Shane1961
Copper Contributor
Jun 25, 2024
Solved

SQL Server Management Studio

  Hello,   I am new to Sql Express. (2022)   So I have a few questions that would help me along, thank you.   I am programming in Visual Studio 2022.   1. Is it imperitive that I use SQL Ser...
  • olafhelper's avatar
    Jun 26, 2024

    Shane1961 

    1) The tool doesn't matter, bothe send plain T-SQL commands to SQL Server engine, in this case "CREATE DATABASE".

    2) SSMS = "SQL Server Management Studio" is to manage SQL Server, you can not create reports with. For this you have to use Visual Studio with SSDT (SQL Server Data Tools) / SSRS (Reporting Services) extension.

    3) For simple purpose you don't need a paid certificate to encrypt (SSL) connection/communication.

    Even if you want to you can use on first hand a "self-sign" certificate.

Resources