Web Scraping in SSMS using SQL Server and Python

preview_player
Показать описание
I don't know why but I've always wanted to be able to scrape a website straight into SQL Server from within SSMS. Weird, I know. It's always been possible with things like CLRs, but they're messy at the best of times and the scraping code was horrendous. However, with Python natively in SQL Server things have suddenly become a lot more possible and only a little bit less crazy, and so I've finally managed to web scrape into SQL Server from SSMS. The possibilities are endless!!!

Check out our other videos as well, we cover basic PowerShell and Docker alongside our SQL Server based content and we're hoping to expand out further into Power BI, Python, R and other areas.

Please don't forget to Like and Subscribe.

Рекомендации по теме
Комментарии
Автор

Hi, I have already installed Microsoft SQL Server Studio Management, now i need to install "Advanced Analytics Extensions" as this feature is not installed in it. can you help me how can i do it.

rakeshsahu
Автор

Hi,
I have a working python code men when trying to run python in ssms, it struggles finding module bs4? ModuleNotFoundError: No module named 'bs4'.
I have installed beautifulsoup4. Is there any advice you can give for me to troubleshoot this issue. Thank you so much in advance. Best regards. TN

emach