Explore >> Select a destination


You are here

acidbourbon.wordpress.com
| | gorandalf.wordpress.com
17.4 parsecs away

Travel
| | Each SQL Server database has a setting called Compatibility Level that determines how T-SQL commands are interpreted and what features are supported for that database. A singleSQL instance can host multiple databases withdifferent compatibility levels, so SQL statementsthat work onone database might not work onthe other. Each version of SQL Server introduces a new compatibility...
| | therestisjustcode.wordpress.com
16.6 parsecs away

Travel
| | This month's T-SQL Tuesday is hosted by Brent Ozar andhe's asked everyone to find interestingbug or enhancement requests in Microsoft Connect related to SQL Server. The Connect item doesn't have to have anything to do with T-SQL - it could be about the engine, SSRS, R, the installer, whatever. Now, more than ever, Microsoft has...
| | madeupexplorations.wordpress.com
14.4 parsecs away

Travel
| | "Original game not found" error message window. This is what to do, not how I did it. The problem is caused because Ubisoft altered the registry keys of the base game without correcting references to those keys in the expansion pack installer. It was sloppy work on their part and IMO unforgivable to take your...
| | techtldr.com
59.2 parsecs away

Travel
| Here are the steps that I too to merge multiple GitHub repos into one, while preserving all commit history. The process took about 30 minutes for 5 repos. As a result, I feel like my GitHub page is cleaner and code is actually better organized and easier to find. TLDR: Create new repo (or use [...]