News

We need Dynamic SQL to build the object from text strings. Another problem to deal with is that the source for some database objects can exceed 32,767 characters, the maximum limit for VARCHAR2 ...
SQL*Loader is a fast and easy way to get data into a database without writing long, complicated scripts. Find out how to to work better with Oracle objects.
A business object written with an SQL pass-through has the database server do more record processing. With a pass-through, the server does the subtotals and sends fewer records back to the object.
Sometimes you become the accidental DBA, or you are the DBA by choice. Either way, you can choose to spend time working in SQL Server Management Studio (SSMS) to look at things such as backups or the ...
Use the Best Security for SQL Server. Learn tips for administering SQL Server securely. By ; ... A Windows user has a security context, which means that something controls access to objects.
Traditionally, SQL Distributed Management Objects (DMO) and SMO have been complicated enough to code that many DBAs stayed away from them.
With SQL Server 2016, you can store JSON objects in your rows. Here’s how to work with JSON objects, including how to update them once you’ve found them. By Peter Vogel; 11/14/2017; In a previous ...
Converting JSON Objects to Relational Tables: Flattening the Object. Here's how you can use SQL Server's OpenJson function to dismantle JSON structures into relational tables targeting either ...
Hibernate and SQL together. Hibernate and JPA can execute any valid SQL statement. By default, the data returned is simply a list of object arrays. Each record returned is an element in the list. Each ...
Sometimes you become the accidental DBA, or you are the DBA by choice. Either way, you can choose to spend time working in SQL Server Management Studio (SSMS) to look at things such as backups or the ...