Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Activities in Sap Hana Studio

$
0
0

Hi Alberto,

 

Regarding date and time of invalid login attempts for users you can use the below mentioned query:

 

select user_name,last_invalid_connect_attempt from sys.users


Regarding index:

 

It is best advised that you need not create an index as this is already a column storage and there is no significance improvement in performance with help of indexes ( with very rare exceptions) you do not want to use extra memory for indexes.

 

But if you want to create, you can go to context menu of the table --> definition --> indexes and create them

 

or you can SQL editor to create as well.

 

Regards,

Krishna Tangudu


Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>