/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

troubleshootingsql.com
| | blobeater.blog
2.0 parsecs away

Travel
| | T-SQL Tuesday #86: SQL Server Bugs & Enhancement Requests hosted by Brent Ozar. https://www.brentozar.com/archive/2017/01/announcing-t-sql-tuesday-87-sql-server-bugs-enhancement-requests/ I did not want to miss out on this one because I want to mention a connect item that I logged last year which is still active. This is an enhancement request for SQL Server where I got the idea from...
| | www.lucasnotes.com
2.5 parsecs away

Travel
| | SQL Server DBA notes about databases, programming, system administration, and troubleshooting.
| | dbanuggets.com
2.4 parsecs away

Travel
| | Thanks to Kevin Chant for inviting us to write this month's T-SQL Tuesday. This month is special, as Kevin mentioned due to the Festive Tech Calendar, which I have been speaking about for a couple of years now. Every day of the December month, a new recording or a blog post will be released for...
| | vickiboykis.com
11.0 parsecs away

Travel
| When I'm working with Jupyter notebooks, I often want to work with them from within a virtual environment. The general best practice is that you should always use either virtual environments or Docker containers for working with Python, for reasons outlined in this post, or you're gonna have a bad time. I know I have. The workflow is a little long, so I thought I'd document it for future me here.