📅 May 2019
(3 posts)
📅 2019-05-19
✍️ Bart Schelstraete
You can check the status of SAP Hana using the following command line: <hostname>:/usr/sap/<SID>/HDB00> /usr/sap/hostctrl/exe/sapcontrol -nr 00 -function GetProcessList 28.10.2017 18:45:27…
Read more →
📅 2019-05-15
✍️ Bart Schelstraete
You can use the T-SQL code below within your database to give permissions to 'MYUSER' for viewing all stored procedures. (Of course, replace "MYUSER" with your own user.) Once executed, you can copy…
Read more →
📅 2019-05-10
✍️ Bart Schelstraete
Running a DBCC CHECKDB can take a lot of time, and in case of corruption you really want to see the progress. You can use the T-SQL statement below to find the progress. Remember to replace…
Read more →