Skip to content

Elipse Knowledgebase

  • Home
  • English (US)English (US)
    • Português do BrasilPortuguês do Brasil

Category: DataBases

Structure Query Language (SQL): Chapter 4 – Backup.

25 de March de 201929 de May de 2019Délio DaminLeave a Comment on Structure Query Language (SQL): Chapter 4 – Backup.

The main task in a Database manager is to not just make sure all data is inserted, but also that these data continue existing. Regardless of the contingency system, the…

Read More

Structure Query Language (SQL): Chapter 6 – SQL Commands.

25 de March de 201912 de February de 2020Délio DaminLeave a Comment on Structure Query Language (SQL): Chapter 6 – SQL Commands.

This article illustrates a few SQL commands. To illustrate how they are used, the following tables will work as reference: Store_Information table: Store_Name    Sales    Date_Time Los Angeles    1500     05-Jan-1999…

Read More

Structure Query Language (SQL): Chapter 5 – Best practices for setting up Historics and Queries.

25 de March de 201912 de February de 2020Délio DaminLeave a Comment on Structure Query Language (SQL): Chapter 5 – Best practices for setting up Historics and Queries.

Historics are the modules responsible for storing application data in a Database for further analysis. You can create as many Historics as needed, each containing several Tags or expressions. Each…

Read More

Structured Query Language (SQL): Introduction.

25 de March de 201920 de January de 2023Délio DaminLeave a Comment on Structured Query Language (SQL): Introduction.

This is the introduction to a series that will discuss SQL, the widely known language used for relational databases. The Structured Query Language (SQL), a very popular one for interacting…

Read More

Structure Query Language (SQL): Chapter 1 – Manipulating information in the DB.

25 de March de 201912 de February de 2020Délio DaminLeave a Comment on Structure Query Language (SQL): Chapter 1 – Manipulating information in the DB.

Basically, information can be manipulated in the Database in three different ways: DML – Data Manipulation Language Statements: INSERT, UPDATE, DELETE, SELECT DDL – Data Definition Language Statements: CREATE, ALTER,…

Read More

Structure Query Language (SQL): Chapter 2 – SQL Server Database’s Files and Logs.

25 de March de 20196 de February de 2023Délio DaminLeave a Comment on Structure Query Language (SQL): Chapter 2 – SQL Server Database’s Files and Logs.

Every SQL Server database has at least two operational system files: a data file and a log file. The data files contain both data and objects, such as tables, indexes,…

Read More

Structure Query Language (SQL): Chapter 3 – Data Discard and DB Limits.

25 de March de 201912 de February de 2020Délio DaminLeave a Comment on Structure Query Language (SQL): Chapter 3 – Data Discard and DB Limits.

There is an important tool in Elipse E3 to help monitor a database, called data discard (available when setting up Historics, Storages, and Alarm Tables). This option enables data discard…

Read More

Checking the space being used by an SQL database.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment on Checking the space being used by an SQL database.

Question: How can I check the size of an SQL database? Solution: To do so, you must run a Stored Procedure, available in the database. To run it in E3,…

Read More

KB-31594: Processing data from a Query.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment on KB-31594: Processing data from a Query.

Question: On a network containing a machine dedicated specifically to the Data Server and others to E3, where is the data from a Query inside the Viewer processed: in the…

Read More

KB-13968: Executing a StoredProcedure via E3.

25 de March de 20195 de July de 2019Elipse SoftwareLeave a Comment on KB-13968: Executing a StoredProcedure via E3.

Question: How can I execute an Oracle’s StoredProcedure via E3? Solution: In a Query, use the SQL command “call” + StoredProcedure name. For example: – E3 Query: call HourmeterIncrement(‘I724EMD1111’,1) –…

Read More

Posts navigation

Previous 1 … 4 5 6 … 13 Next

Categories

Search by Category

© 2025 Elipse Knowledgebase | Elipse Software - Todos os Direitos Reservados.