Announcement

Collapse
No announcement yet.

different Types of SQL Server

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • different Types of SQL Server

    what are the different Types of SQL Server when typing the connection strings?

    Best Regards
    Support
    ROTRONIC AG
    Support-RH@rotronic.ch

  • #2
    Local SQL Express Data Source=.\SQLEXPRESS
    Remote SQL Express Data Source=SERVERNAME\SQLEXPRESS
    Local SQL Server Data Source=SQL_INSTANCE_NAME
    Remote SQL Server Data Source=SERVERNAME\SQL_INSTANCE_NAME
    Best Regards
    Support
    ROTRONIC AG
    Support-RH@rotronic.ch

    Comment


    • #3
      Do we know what the default instance name would be for MSSQL Standard 2017? Does anyone know how to retrieve it after SQL instance has been created?

      Comment


      • #4
        The defined instance name is visible within the MSSMS (Microsoft SQL Server Management Studio).

        Comment

        Working...
        X