-
24 hours of PASS.. Get better at SQL
If you missed a webinar, want to replay your favorites, or wish to share this training with colleagues, now is your chance! The webinar recordings are ready for viewing, learning, and sharing. This event and session recordings are brought to you by the generous support of our presenting sponsors. View their sessions below:SQL Server on…
-
Bluetooth Keyboard – Asking for Passcode and not giving a PIN to type
So, I’m not sure how can I explain this better. But I happened to have a bluetooth keyboard linked to my tab which went rogue. I tried to remove the keyboard from bluetooth paired list and add it again. Biggest mistake, it just didn’t connect back. Rather than it’s normal prompt to type the PIN,…
-
How to Use One Mouse and Keyboard Across Multiple Computers with Mouse Without Borders
If you’ve got multiple computers at your desk, you probably know that it’s a pain to use more than one keyboard and mouse. Here’s how to use a single keyboard and mouse on more than one PC using a tool from Microsoft. Most geeks will be familiar with Input Director and Synergy, which do the…
-
The fastest way to split a string using CLR
The original post appeared here: http://sqlblog.com/blogs/adam_machanic/archive/2009/04/28/sqlclr-string-splitting-part-2-even-faster-even-more-scalable.aspx Please visit the original website for more discussion, this is for reference purpose only. using System; using System.Collections; using System.Data; using System.Data.SqlClient; using System.Data.SqlTypes; using Microsoft.SqlServer.Server; public partial class UserDefinedFunctions { [Microsoft.SqlServer.Server.SqlFunction( FillRowMethodName = “FillRow_Multi”, TableDefinition = “item nvarchar(4000)” ) ] public static IEnumerator SplitString_Multi( [SqlFacet(MaxSize = -1)]…
-
WordPress theme broken update! We are good to go!
So my theme was broken after some wordpress update. Probably 4.7.1? Maybe. Anyways, fixed the issue. Should have done it earlier. Was a whole lot busy lately. Hope no more WordPress issues now. Cheers!