(Pinal Dave) SQL Server Management Studio is my most favorite tool and the comfort it provides to user is sometime very amazing. Recently I was retrieving numeric data in SSMS and I found it is very difficult to read them as they were all right aligned.
Other News
Oracle bulk insert or select from Java with Eclipselink
(Edwin Biemond) Database Bulk operations like a 10.000 rows insert operation from java can be hard and costly plus you won’t come near the time when you do the same in PL/SQL. So the solution is to pass on the array of java JPA entities to a PL/SQL package and let the optimized Oracle Database do th
ADF BC AM Class Variables – Why To Avoid Them
(Andrejus Baranovskis) ADF BC AM class variables – not harmful thing from the first sight. Only until we remember how AM pooling works, keep in mind – AM instance can be reused by different users through AM pool. AM instance object will keep initialized AM class variables from one user to another. T
RMAN-03009 ORA-19606
(Michael T. Dinh) I came across the following errors and could not remember how it was resolved the last time.
SQL JOINing a Table to Itself
(Lorna Mitchell) Getting two sets of information from one table in a select statement often leads people to write subselects, but it really doesn’t matter that this is the same table twice, we can just give it a new alias and treat it as if it were a different table.
Build Real-World Projects in SharePoint
(Christian Buckley) Follow along step-by-step, and build one of our simple, no-code solutions. Along the way, you’ll learn SharePoint in-depth and begin to apply what you’ve learned in building larger solutions.
ColdFusion 10 – Using WebSockets To Push A Message To A Target User
(Ben Nadel) With ColdFusion 10’s in-built WebSocket server, pushing messages from the server to the client is super simple. If you want to send a message to all users subscribed to a given channel. But, what if you want to push a message to just a single user?
Create a Simple Compute Grid Parallel Batch Application
(Abhilash Usha) This tutorial describes how to develop a simple Java batch application using IBM Rational Application Developer 8.0.2 as the development environment and WebSphere Extended Deployment Compute Grid 8.0.0.1 as the runtime environment. In addition, the application uses the Parallel Job M
Cumulative Aggregates in SQL Server Reporting Services
(Dattatrey Sindol) Typically when working in Sales and Marketing Departments, every individual or group of individuals are given a Target for each year. All of these targets rolls up to the company’s targets. Often companies will have one or more standard scorecards / dashboards to monitor the overa
Modern Modeling Strategies
Modern Modeling Strategies One current software development trend is to allow code to model as much as possible. Agile shops are the best examples of this strategy. As a result, many times a team can go to the complete extreme of not producing any models such as Class Diagrams or Database Diagrams. IMHO, these two concepts are not mutually exclusive. […]
