labtech
Database
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
f_fragmentation
Parameters
Name
Type
Mode
DID
int
IN
Definition
BEGIN Declare ut int; Set @ut = -1; Select TotalFrag from defragmentation where DriveID=DID into @ut; return ifnull(@ut,-1); END