---
date: '2024-09-13'
description: tutorial on connecting to db2 database server and running sql scripts remotely.
id: t1
modified: 2026-06-05 15:08:42 GMT-04:00
tags:
  - sfwr3db3
title: /squeel/
created: '2024-09-13'
published: '2024-09-13'
pageLayout: default
slug: thoughts/university/twenty-four-twenty-five/sfwr-3db3/tut/t1
permalink: https://aarnphm.xyz/thoughts/university/twenty-four-twenty-five/sfwr-3db3/tut/t1.md
generator:
  quartz: v4.6.0
  hostedProvider: Cloudflare
  baseUrl: aarnphm.xyz
full: https://aarnphm.xyz/llms-full.txt
---
TA: [Jongjun Park](mailto:parkj182@mcmaster.ca)

```sql
db2

connect to se3db3
```

```bash
scp /path/to/.ddl macid@se3db3.cas.mcmaster.ca:/home/macid/workspace/.dll

# on server
db2 -tnf .ddl
```

