(Hemant K Chitale) Having seen in the previous post, “EXECUTE Privilege on DBMS_SPM not sufficient”, let’s see if there is a risk to the ADMINISTER SQL MANAGEMENT OBJECT privilege.
Other News
Understanding JavaScript Prototypes (And Creating Your Own “$” Library)
(Bipin Joshi) Many web applications developed today use some or the other JavaScript library or framework. These libraries and frameworks heavily rely on what is known as JavaScript prototypes. Therefore, it would be interesting to any web developer to understand this concept. This short article exp
http://www.dotnet-tricks.com/Tutorial/angularjs/4E7J080914-Understanding-AngularJS-$watch(),-$digest()-and-$apply().html
(Shailendra Chauhan) AngularJS has a powerful data binding mechanism. When you do changes in a variable on the $scope object within your view, the $scope object auto-magically updates itself. Similarly, whenever the $scope object changes, the view updates itself with the new value.
Return Types for Methods that Return Collections
(Peter Vogel) In a tip from a couple of months ago, I suggested that if you have a method or property that returns a collection, then your method should return only one of three interfaces: IList, IQueryable or IEnumerable. (Returning an interface allows you to change the type of the collection used
Features Of ES6 Part 7: Template Literals
(K. Scott Allen) Template literals provide JavaScript with some basic string formatting capabilities. Just like many template technologies, template literals in JavaScript consist of literal text, and placeholders where the runtime can evaluate an expression to poke data into the text.
Tally to the Rescue
Recently I was reviewing a stored procedure written to locate or remove white space from a string. The procedure used a pointer to loop through the string, addressing each character one at a time. If the character was white space, carriage return, line feed or tab, then it was excluded from the final string. Otherwise, the character was concatenated with […]
SSWUGtv: SQL Server upgrades – planning the moves, making the choice, considerations
Video Programming for IT Professionals
Tips for using backup and restore in SQL Server 2014
Tips for using backup and restore in SQL Server 2014 Consider using SQL Server backup (restore) to (from) URL. In SQL Server 2014 you can use SQL Server Management Studio to backup to or restore from Windows Azure Blob storage service. This new option is available both for the Backup task, and maintenance plans. Use SQL Server 2014 backup encryption....
HTML5 vs. Flash
(Remy Sharp) First of all I wanted to make the title of this post “HTML5 and Flash”, but I know it’s going to bait more readers if I say versus. I should state for the record that for the foreseeable future I think Flash has a valid place on the web, and I don’t personally see it as an us […]
5 minutes of smart: Using CICS and Worklight together to provide a strong backend for your mobile apps
(Indi Singh) Mobile usage is central to the daily lives of many people in today’s world. This growth of workload through mobile devices requires a strong backend in any IT system and CICS Transaction Server is that strong backend. CICS Transaction Server and IBM Worklight can easily help you bring y

