Essentially Logins are on the Server level, whereas Users are on the Database level; Logins […]
Year: 2016
Visual Studio – Fix Invalid Database Version Reference
In a nutshell – either update the target platform of the SQL database project to […]
SSIS/C# – Removing Blank Line at End of File
In a nutshell – remove the newline at the end of the previous line because […]
SQL – Reduce Write I/O on Updates
In a nutshell – update only where needed. If you want more in-depth, proceed to […]
Hunting – Archery Season Update – 20161104
We are already in the first week of November, the 4th or 5th week of […]
Life – I got my Bachelor’s!
As of right now, I am technically a recipient of a Bachelor of Computer Science […]
SSIS – Execute SSIS Package in 32-Bit Mode
You ever get the error message along the lines of: “…If the 64-bit driver is […]
Dimensional Modeling – Quick Overview of Dimensions and Facts
Chris Adamson defines a dimensional model as “…a business process in terms of measurement and […]
Quick Swift – Core Data – Adding a Data Model and Entities
Have you forgot to select the use Core Data checkmark or have an application where […]
Quick Swift – How to Unwind a View Controller
Apple defines a segue as a transition between two view controllers. An unwinding segue – […]