Applies to:
All versions of PcVue |
||
|
||
Summary:
Some example SQL scripts useful for troubleshooting. |
||
|
||
Details:
GetDBSize.sql Script providing information about the space used by the data vs the space allocated. GetNbRosw.sql Script returning the Rows number according for a table. In the script example the table name is TB_TREND. Note that you can get the same information by right clicking on the table / Properties / Storage. Checking the time taken for SQL Server to execute one request Use the following script: SET STATISTICS TIME ON; After execution SSMS displays the time to execute your request. Download attachments: |
||
|
||
|
Created on: 15 Apr 2015 Last update: 13 May 2024