(Artemis Parvizi) Reading SPARQL query files are quite easy. They are basically text files and you need to use a FileReader.
Author: SSWUG Research
DB2 script to Remotely execute SSIS Packages
(Brendan) In preparation to allow DB2 job to remotely execute SSIS packages several configurations need to be put in place mostly on Windows side.
SQL Server – What is IDENTITY_INSERT?
(Piyush Bajaj) I am sure that all of you would be aware about the role of Identity column in a table, i.e., it is column which keeps on incrementing without supplying the value explicitly during insertion.
Developing a big data application for data exploration and discovery
(Seeling Cheung, Luciano Resende, Scott Lindner and Cynthia M. Saracco) Exploring big data and traditional enterprise data is a common requirement of many organizations. In this article, we outline an approach and guidelines for indexing big data managed by a Hadoop-based platform for use with a dat
Search Specified Type of File in C#
(Sharad Gupta) If you need to determine the location of a specified file type in all directories of your computer then this article is very helpful for that.
Technical standards in education, Part 6: Standards for assessment and item banks
(Rowin Young) This sixth article in the series, looks at the role of standards and specifications for supporting the creation, storage, management, sharing and delivery of assessment within the education sector. It provides an overview of e-assessment techniques, and the types of assessment in commo
How does InnoDB behave without a Primary Key?
(Jeremy Cole) This afternoon, Arjen Lentz and I were discussing InnoDB’s behavior without a declared PRIMARY KEY, and the topic felt interesting enough and undocumented enough to warrant its own short post.
SQL SERVER – Azure SQL Databases Backup Made Easy with SQLBackupAndFTP
(Pinal Dave) Azure SQL database backup used to be a difficult task. Not any more. With SQLBackupAndFTP with Azure it became trivial. Here’s what you basically need to do:
WPF: How to create a shadow around an image
(Ged Mead) Although some have been dropped along the way, WPF still comes with a small number of built-in image effects, some of which are useful as long as you don’t overuse them. One of these is the shadow effect.
HashKeyCopier – An AngularJS Utility Class For Merging Cached And Live Data
(Ben Nadel) A while back, I blogged about how AngularJS uses an expando property, $$hashKey, in order to associate a $scope-based object with a current node in the Document Object Model (DOM). The existence of this expando property is critical because it prevents AngularJS from accidentally and need
