Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 579 Bytes

File metadata and controls

28 lines (15 loc) · 579 Bytes

sql-python-connection

Establish connectivity with SQL server database using Python

This is a sample project for connecting SQL database to python

Table of Contents

Introduction

In this project we try to extract data using python from SQL server database

Installation

Microsoft SQL server pyodbc library of python

Usage

You should have A IP address of your remote sql server and you just have to put this IP address in the db_sript along with your login credentials.