New post

Find

Article
· Jan 10 1m read

QuinielaML - Predicción de la 34ª jornada de la Quiniela

Pasadas las Navidades, volvemos nuevamente con la publicación más esperada de la Comunidad, ¡la predicción de la Quiniela!

Esta jornada la Quiniela se conformará con partidos de la 19ª jornada de Primera División y la 22ª de Segunda, veamoslos:

Estas son las predicciones para Primera División:

Y estas las de Segunda:

Resultando en la siguiente Quiniela:

Pues nos hemos abonado al empate en esta jornada. Suerte a todos.

1 Comment
Discussion (1)2
Log in or sign up to continue
Article
· Jan 10 1m read

2024.3 Auditing Highlight - Finer-grained SQL Statement Events

Auditing is a critical capability ensuring the security of your server, and for quite a while ago we have included the ability to audit SQL statements run on the server.

With v2024.3 out already we're providing finer-grained options for defining these events to audit.

Previously you could decide to audit SQL statements according to the access mechanism, e.g. running statements from JDBC/ODBC vs. embedded SQL (e.g. using &sql in your code) vs. Dynamic SQL (e.g. using %SQL.Statement in code, or for example using the Mgmt. Portal's SQL Query Execution, or from the SQL Shell in the terminal), and now, in addition to this, you can decide to audit only certain types of statements (per the access mechanism, as previously possible). These types are:

  • DDL (Data Definition Language) - 

Statements that change database elements, settings, or other things that aren't data. E.g. CREATE / ALTER TABLE

  • DML (Data Manipulation Language) - 

Statements that change data. E.g. INSERT / UPDATE / DELETE

  • Utility

Statements that don't change data nor metadata, but instead change the status of the process or machine learning models.

  • Query

Statements that execute or define a query that can return data. E.g. SELECT

This is the list of the related events you can now find in the Audit Events configuration:

See more information in the related Docs and related Release Notes.

Discussion (0)1
Log in or sign up to continue
Discussion (0)1
Log in or sign up to continue
Announcement
· Jan 10

¿Qué aprenderéis en 2025?

¡Hola, Comunidad!

¿Qué nuevos productos o tecnologías queréis probar en 2025? Estableced vuestros objetivos para 2025 con estos recursos de aprendizaje destacados.

Reach higher in 2025

 

🤖 Impulsad vuestras aplicaciones con GenAI.

🔥 Empezad a usar FHIR.

          ⏩ ¿Queréis una introducción rápida?

☁ Probad HealthShare® Connect Cloud™.

Discussion (0)0
Log in or sign up to continue
Discussion (0)0
Log in or sign up to continue