Forum Discussion
msprog
Advocate III
1 year agoNotebook connecting to SQL Server
HEy we have a onprem sql server. There is a gateway connection to the sql server. Now i want to access this sql server via a pyspark notebook. How can i set up a connection to this please. th...
- 1 year ago
do you have a link to the announcement please?
apturlov
Super User
10 months agomsprog JibinSebastian You might be able to create a Mirrored SQL database from the on-premise SQL server using an OPDG (on-premise data gateway). It's realtively easy to try but when you are configuring the mirrored database you'd need to use a SQL server account with the admin permission so it can configure CDC. Once the mirroring is working you can create a shortcut to tables in a Lakehouse and now you have full access to the mirrored data from a Notebook.
JibinSebastian
Advocate II
10 months agoThank you apturlov for your response and efforts, I will try connecting with Mirrored SQL database into the fabric.