You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Wait for the **Kernel** and the target context (**Attach to**) to be populated. Confirm that the **Kernel** is set to **SQL**, and set **Attach to** for your SQL Server (in this example it's *localhost*).
38
36
39
37

@@ -52,8 +50,6 @@ To change the SQL connection for a notebook:
52
50
53
51
2. Now you can either select a recent connection server or enter new connection details to connect.
54
52
55
-

56
-
57
53
## Run a code cell
58
54
59
55
You can create cells containing SQL code that you can run in place by clicking the **Run cell** button (the round black arrow) to the left of the cell. The results are shown in the notebook after the cell finishes running.
0 commit comments