Juicebox
Preparing your dataStory DesignerVisual design tips
  • Juicebox Documentation
  • What is Juicebox?
    • Technology requirements
  • Getting Started
    • Getting a Workspace
    • Reach out to us
  • Building Reports
    • Creating and Editing Reports
    • Data
      • Loading data
      • Managing data
      • The data preview
    • Design
      • Slices
        • Dynamic text
        • Customizing what shows
        • Multiple data tables
        • Charts
          • Headline
          • Filters
          • Chooser
          • Table
          • Card
          • Reports Navigation
          • Bar
          • Scatterplot
          • Leaderboard
          • Map
          • Trend
          • Pie
        • Selections as Variables
        • Debug
      • Ingredients
        • The ingredient editor
          • The dimension ingredient editor
          • The measure ingredient editor
        • Adding new ingredients
        • Advanced field formulas
        • Time formats
        • Number formats
    • Share
      • Publishing a report (or report changes)
      • Inviting viewers
      • Insights
    • Tips and Tricks
      • Telling data stories
      • Visual design
      • Preparing your data
      • Useful resources
  • Viewing Reports
    • Signing In
    • Navigating Reports
    • Focus and Filter
  • Managing Users
    • Adding Users
    • User Roles and Management
    • Limiting what data users can see
    • Access Views
    • Embedding Juicebox Apps
      • How embedding works
      • Juicebox Embedding API
      • Juicebox API
    • Requesting data from embedded apps
  • Managing my workspace
    • Workspace Settings
    • Subscription and Billing
  • Changelog 🎁
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Building Reports
  2. Data
  3. Loading data

Connecting to SQL Server

To set up a connection to a SQL Server database, you'll need to provide us the following information:

  1. Hostname or IP Address. This identifies the location of the SQL Server instance. It could be athe hostname of the server (e.g., myserver.example.com) or the server's IP address (e.g., 192.168.1.100).

  2. Port. The port number that SQL Server is listening on. The default port is usually 1433.

  3. Database Name. The name of the specific database you want to connect to.

  4. Username. The username of a SQL Server user account with permission to access the database.

  5. Password. The password associated with the specified username.

Where to find this information:

Check the SQL Server configuration, use SQL Server Management Studio to view server properties, or consult your database administrator.

Once we have this information, we can use it to connect to your SQL Server database to your Juicebox workspace.

Last updated 7 months ago

Was this helpful?