Configure MS SQL Server

Configure MS SQL Server

Create your DSWeb Database

  1. Launch DataSight Administrator.
  2. With the necessary privileges, login to the server where your database is to be created.
  3. Click New DSWeb Database in the DataSight Database group of the DataSight Administrator Ribbon. The Create Database view appears in the Main panel.
  4. Enter Database Database names can be alphanumeric and include spaces and underscore characters.
  5. A Microsoft SQL database has two physical files for a database; one for data and one for transaction logs. DataSight automatically sets the location and file name for these files, however you can choose alternate file names and locations. Data and log files don't have to be in the same location. You can put them onto different disks to increase database performance.
  6. Click Create. A dialogue box will open with the message Database: "<database name>" has been successfully created.

 

DSWeb SQL Server Users

Creating a DSWeb database will also add an SQL Server login (if another login with default login name does not exist) with access to the DSWEB database.  The process will also create an Administrative user for DSWEB.

Default SQL Server login with access into DSWEB Database

 

Login: dswebuser

Password: dswebuser

 

Default Administrative Account to access DSWEB via web portal

 

User Name: admin

Password: Admin123

 

Provide read permission for dswebuser

The default SQL Server username is dswebuser and this user must have read/write permission for each DataSight database.

  1. Find dswebuser under in MSSQL Sever under Security/Logins.
  2. Double click dswebuser.
  3. Go to User Mapping and setup privileges for each database that is required to be connected to DSWeb. dswebuser will require at least db_datareader permission. If you expect to allow DSWeb users to upload or manually enter data, db_datawriter permission will also be required.
  4. Click OK.

 

If DSWeb users are to be permitted to upload data directly to the DataSight database, DSWeb's IIS User will require write and modify permissions on the Upload folder.

    • Related Articles

    • Microsoft SQL Server

      Microsoft® SQL Server™ (herein abbreviated as MS SQL Server) is a database management and analysis system for e-commerce, line-of-business, and data warehousing solutions. Note The on-premise DataSight software offering does not include Microsoft SQL ...
    • Microsoft SQL Server Privileges

      Administrators need to be aware of the how Microsoft SQL Server privileges for users are managed within DataSight. We can group DataSight users or administrators into four different categories. User Category Limited User Standard User Advanced User ...
    • Connect to Microsoft SQL Server

      When you open DataSight Administrator, you are presented with a connection window requiring specific credentials, including a user name, password and database location. A DataSight Administrator user must have the correct administrative privileges to ...
    • Configure your Web Server

      You can configure your web server as per your authentication details using IIS to run DSWeb 3. See Install IIS for more details. Install DSWeb 3. Open IIS of your computer. In the Connections panel, double-click your Computer. Then double-click ...
    • Configure Data Visibility

      DSWeb provides multiple layers of control over the publishing and visibility of data in your DataSight database. Generally, the steps to configure data visibility are: Select databases that DSWeb will publish. You may have multiple DataSight ...