(Tibor Nagy) I read in a PCI security tip that I should configure Secure Sockets Layer (SSL) encryption on our SQL Servers, but this requires a trusted certificate. Could you please help me on how to complete this task?
Other News
Do Multiple Versions Really Happen?
Dave Comments Online "I am seeing companies looking for SQL Server developers frequently going back as far as SQL Server 2008" "What’s your perception and experience? Is it realistic that companies concurrently use multiple versions of SQL Server and the ancilliary tools?" You may not have a choice if you work at an ISV. My ISV still had customers on […]
SSWUGtv: Laura gives tips on how to overcome your first mistake at a new job.
Video Programming for IT Professionals Career management advice, coaching and much more. We discuss making the best of your professional development, provide specific tips and ideas for advancing your career and even answer questions from field.
Features Of ES6 Part 5: The Spread
(K. Scott Allen) The spread operator shares the same syntax we saw with rest parameters, a series of three dots (…). However, a rest parameter will collect individual parameters into an array when you use the dots in a function parameter definition, while the spread operator expands an array into
Notes to self – Setting up DB2 Client connectivity
(Dave Hay) It’s been ~10 years since I last did this ( DB2 on Unix to DB2 on z/OS or OS/400 ), but I now have a requirement to deliver a DB2 client for WebSphere MQ interaction ( MQ will use ODBC rather than JDBC ).
Closer look at the SOA 12c Feature: Oracle Managed File Transfer
(Tshepo Madigage) The rapid growth of cloud-based applications in the enterprise, combined with organizations’ desire to integrate applications with mobile technologies, is dramatically increasing application integration complexity.
A fast JSON parser/loader for your C++ project
(jespa007) Nowadays, Json structure has become the most used to in web apps to interchange data. This is because Json is the most simplest and human readable format, so is more friendly to use.
SQL SERVER – Query to Find Seed Values, Increment Values and Current Identity Column Value of the Table with Max Value of Datatype – Part 2
(Pinal Dave) Seven years ago, I wrote a blog post about – Query to Find Seed Values, Increment Values and Current Identity Column value of the table. It is quite a popular blog post and lots of people like it as it gives immediate details about Identity Values.
When (and how) to move an InnoDB table outside the shared tablespace
(Fernando Laudares) In my last post, “A closer look at the MySQL ibdata1 disk space issue and big tables,” I looked at the growing ibdata1 problem under the perspective of having big tables residing inside the so-called shared tablespace.
OBIEE automatic redirect to a Dashboard via mod_rewrite
(Dirk Nachbar) Normally end users would like to have a simple URL access for Oracle Business Intelligence Enterprise Edition (OBIEE) 11g like http://webhost:7777 and than to be automatically redirected to their Dashboard, instead of typing endless complex URL’s.

