Explore >> Select a destination


You are here

gorandalf.wordpress.com
| | alwayssql.wordpress.com
8.2 parsecs away

Travel
| | This is one of the common issues that you would see as a DBA in your environment : Whenever Restart of SQL Server happens, it tries to perform theSQL Server Instance Recovery and during this process all databases tried to come online (Basically trying to Recover themselves) and they stuck in "In Recovery" mode. This...
| | dbanuggets.com
7.2 parsecs away

Travel
| | With the invitation of Steve Jones for April month of T-SQL Tuesday, I am going to share some of my thoughts on using Jupyter notebooks. Jupyter Notebook is an open-source web application that can serve us to create, share code and documents with others. It provides that beautiful way to document your code, text, images...
| | www.fourmoo.com
6.0 parsecs away

Travel
| | I have no doubt that by the end of this week there is going to be quite a lot of content with regards to the world of Power BI. And that is all thanks to PASS, which I am sure I will attend in the near future. So lets see what we have in store. Power BI - Power BI...
| | adamj.eu
68.3 parsecs away

Travel
| Most projects I work on use Python, good ol' Pip, and pip-tools. Below is a pattern I've used to speed up the GitHub Actions workflow runs on several such projects. On larger projects with many dependencies, it can save tens of seconds per run.