Using MS SQL Server on ECST-CSPROJ2We have an MS SQL Server 2017 Developer Edition running on an Ubuntu Server 16.04 virtual machine hosted at ecst-csproj2.calstatela.edu. Connection Information
You should receive an account and a database on the server for your class. Note that the name of your database is the same as the name of your account username. For example, if the username is cs4540stu31, the database name is also cs4540stu31. Client ToolsSQL Server documentation lists a number of client tools you may choose from. Here are three standalone tools with some pros and cons:
Connection Using MS SQL Server Management Studio (SSMS)You should replace cs4540stu31 and the password with your own username and password. Connection Using Azure Data Studio (ADS)Connection Using sqlcmd> sqlcmd -S cs3.calstatela.edu -U <username> -d <database> You can see the list of command line options by typing sqlcmd -?
|
This page has been viewed 4118 times.