Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 849 Bytes

sql-management-studio.md

File metadata and controls

28 lines (16 loc) · 849 Bytes

SQL Management Studio

Connection

The SQL Server LocalDB instance server name will be (LocalDb)\ suffixed with the instance name.

(LocalDb)\InstanceName

See: SqlLocalDB Directory and Instance Name Resolution

The databases

Once connected each test will have an associated test:

The Server Name and database name will be written to Trace.WriteLine during test execution. See: Logging