Swift 4.0 Released!

Software development Concepts, Software Events
Swift 4.0 Released! Swift 4 is now officially released! Swift 4 builds on the strengths of Swift 3, delivering greater robustness and stability, providing source code compatibility with Swift 3, making improvements to the standard library, and adding features like archival and serialization. Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns. Updates Swift 4.0 is a major language release and contains the following language changes and updates that went through the Swift Evolution process that can be viewed by clicking here Apple (Xcode) For development on Apple’s platforms, Swift 4.0 ships as part of Xcode 9.  Open-source Swift can be used on the Mac to target all of the Apple platforms: iOS, macOS, watchOS, and tvOS. Moreover, binary builds of open-source Swift…
Read More

How to purge Microsoft SQL email Items

Computer PC Tips - bits and bytes, SQL Tips
How to purge Microsoft SQL email Items There are times that housecleaning older mail in your database needs to be done.  A simple scheduled task can be done every month to purge what is no longer necessary.  SQL Server stores all mails and attachments in msdb database. To avoid unnecessary growth of msdb database you should remove these mail history unless it is required for auditing or other purposes. As always make sure you have your backups done prior to running any sort of removal in the event you did something incorrectly.  By purging you are reducing the amount of wasted space in the msdb database that could be used for other things activities. Simply running the following statement using T-SQL you can check the amount of database mails that have been processed from…
Read More

Idera – Free Tool – PowerShell Scripts for SQL Server

Software development Concepts, Software Events, Software Releases
Idera - Free Tool - PowerShell Scripts for SQL Server Idera is offering a free tool of Powershell scripts for Microsoft SQL server.  You can simply your SQL Server Administration with 89 free Powershell scripts by simply providing some information and it is an amazing assortment of scripts.  The scripts will allow you to work on your server providing you with some outstanding quick pieces that will enhance what you do on a daily basis. 89 example scripts for managing SQL Server objects Initialize PowerShell SQLPS module and work with databases Scripts for Analysis, Integration, and Reporting services Experimental support for SQL Server 2016 New scripts for exploring In-Memory databases and query store features Powershell script break down Database Engine Connect to a server instance, manage databases and publish scripts…
Read More

How the 9-to-5 workday has disappeared

Software development Concepts, Software Events
How the 9-to-5 workday has disappeared   Work has changed dramatically over the last few decades, according to a report in The Wall Street Journal recently release it has become more time-consuming, less stable, and more flexible. In 1973, 6% of Americans said they worked excessive hours while in 2016, 26% said they worked more than 48 hours a week. Insurance coverage by employers has also dropped since 1973, although companies now provide more benefits to aid work-life balance, such as paid parental leave and remote work options. Businesses are spending less on employees, both in terms of compensation and capital investment, while investors get triple the payout from 30 years ago. This has all contributed to workers increasingly acting like free agents in the job market.  While they have…
Read More

10 Most Important Feature Improvements to Apple’s iOS 11

Software Events, Software Releases
10 Most Important Feature Improvements to Apple’s iOS 11 Apple iOS 11 is now available to download and install from the Apple store.  There is a new update released 11.0.1 so most likely there were some software glitch that needed immediate repair. List of 10 improvements Apple’s iOS 11 includes a new Files app that brings together all of the files and folders stored across a user’s Apple devices, Dropbox accounts and more. The app provides access to iCloud Drive, the company’s cloud data storage service, and can help users find files on other devices. Apple’s iPad support gains several improvements in iOS 11, including a better Dock app. The Dock now can stretch across the screen to include more apps that can be swapped out when users swipe across…
Read More