SAP Articles

Page 8 of 91

Creating a new table in SAP HANA

SAP Expert
SAP Expert
Updated on 18-Jun-2020 3K+ Views

New tables can be created using the two methods given below −Using SQL editorUsing GUI optionThe new table can be created using SQL Create Table statement –Create column Table Test1 (    ID INTEGER,    NAME VARCHAR(10),    PRIMARY KEY (ID) );When you run this SQL query, you get a message like this:The statement 'Create column Table Test1 ( ID INTEGER, NAME VARCHAR(10), PRIMARY KEY (ID) )' successfully executed in 5 ms 136 μs (server processing time: 4 ms 432 μs) - Rows Affected: 0To create a table using GUI, you need to right-click on any schema name -> New ...

Read More

Opening SAP HANA Cockpit from HANA Studio

Anil SAP Gupta
Anil SAP Gupta
Updated on 18-Jun-2020 2K+ Views

SAP HANA Cockpit with Fiori-based Launchpad shows the content in the form of tiles arranged in groups. Using these tiles, you can access individual applications and can also access app-specific data for immediate review.You can also perform a drill on these tiles to see the detailed information about specific applications.Following roles are required to open and access tile-based SAP HANA Cockpit − sap.hana.admin.roles:: Monitoring or sap.hana.admin.roles:: AdministratorYou can also open SAP HANA Cockpit via HANA Studio. Navigate on HANA system -> Configuration and Monitoring -> Open SAP HANA Cockpit.You can also open HANA Cockpit in an offline mode using a ...

Read More

Checking performance of SAP HANA system

SAP Developer
SAP Developer
Updated on 18-Jun-2020 2K+ Views

This can be checked in Performance tab under Administration icon in SAP HANA.In this tab, you can check the following:ThreadsSessionsBlocked TransactionsSQL Plan CacheExpensive statement traceJob ProgressLoad

Read More

Component Name in SAP HANA architecture

SAP Expert
SAP Expert
Updated on 18-Jun-2020 239 Views

The following table lists all the key server components in HANA, the corresponding services, and OS process details.

Read More

Index server in SAP HANA system

Anil SAP Gupta
Anil SAP Gupta
Updated on 18-Jun-2020 2K+ Views

Index server contains SQL/MDX processor to handle query statements for the database. When SQL or MDX is fired for SAP HANA system, an Index Server takes care of all these requests and processes them. All HANA processing takes place in Index Server.Index Server contains Data engines to handle all SQL/MDX statements that come to HANA database system. It also has Persistence Layer that is responsible for durability of HANA system and ensures HANA system is restored to most recent state when there is a restart of system failure.Index Server also has Session and Transaction Manager, which manage transactions and keep ...

Read More

Checking topology of SAP HANA

SAP ABAP Expert
SAP ABAP Expert
Updated on 18-Jun-2020 992 Views

The topology of SAP HANA system is maintained by Name Server. This is used to manage all the running components and data stored in each component.

Read More

Manual compression of a table in SAP HANA

John SAP
John SAP
Updated on 18-Jun-2020 1K+ Views

It is also possible to compress a table in SAP HANA system manually by executing the following SQL statement.UPDATE "table_name" WITH PARAMETERS ('OPTIMIZE_COMPRESSION' = 'YES')This results in deciding whether a compression is required or an existing compression can be optimized. In this scenario, HANA system uses most suitable compression algorithm.When you run the above SQL command, compression status remains the same. You can also force the database to reevaluate compression using the following SQL status UPDATE "AA_HANA11"."SHOP_FACTS" WITH PARAMETERS ('OPTIMIZE_COMPRESSION' = 'FORCE')

Read More

Common system schema in SAP HANA Studio under Provisioning

John SAP
John SAP
Updated on 17-Jun-2020 238 Views

Common system schema are −_SYS_BIC_SYS_REPO_SYS_BI_SYS_XS_SYS_STATISTICS and many more

Read More

Remote system allowed in SAP HANA Smart Data Access

John SAP
John SAP
Updated on 17-Jun-2020 523 Views

In SAP HANA SPS07, it has been extended to MSSQL server and Oracle database and write operation was permitted to perform on remote data sources.Following remote systems are allowed under Smart Data Access with Write operation in SAP HANA SPS07 −SAP HANASybase ASESAP Sybase IQTeradata 13.0 or higherApache Hadoop 2.3MSSQL 11Oracle 12c

Read More

Using SAP HANA SPS06 vs SPS07 with Smart Data Access SDA

John SAP
John SAP
Updated on 17-Jun-2020 283 Views

In below table, you can see the list of remote data sources that are supported under SAP HANA Smart Data Access for SPS06 and SPS07 and the operations supported −SAP HANA VersionsSPS06SPS07 or higherSupported Data Sources under Smart Data AccessSybase ASE, SAP Sybase IQ 15.4 ESD 3 and Version 16.0 Apache Hadoop Version 2.3 Teradata Database Version 13.0 or higherSybase ASE, SAP Sybase IQ 15.4 ESD 3 and Version 16.0 Apache Hadoop Version 2.3 Teradata Database Version 13.0 or higher Oracle database 12c MSSQL version 11 for SQL Server 2012 IBM DB2Operations SupportedSelectSelect, Insert, Update and Delete

Read More
Showing 71–80 of 902 articles
« Prev 1 6 7 8 9 10 91 Next »
Advertisements