Home
SQL Size online help Prev Page Prev Page
Introduction
About SQL Size
Version history
Contact us
User Guide
Architecture
Licensing
Installation
System requirements
Reference Guide
The SQL Size Agent service
The SQL Size Configuration application
SQL Server instances
Data collection schedule
Reports and emails
Report template
Data storage
Alerts
Script editor
Useful shortcuts
Activating your license
The SQL Size database
The SQL Size GUI
The Overview page
Export overview
Database analysis
Alerts history
Error history
Scripting
Data types
Script structure
Language basics
Debugging
Global variables
Functions
Alert functions
RaiseAlert
RaiseConditionalAlert
AddAlertDetails
Mathematical functions
Power
String formatting functions
FormatBytes
FormatFloat
Support functions
String functions
Date and time functions
Date-Time format strings
Class reference
TBaseClass
Properties
AverageDailyGrowth
Name
ObjectType
Size
SizeDesc
Tag
TInstance
Properties
Database
DatabaseByName
DatabaseCount
DatabaseDataSize
DatabaseExists
DatabaseFilestreamSize
DatabaseLogSize
DatabaseSize
PathCount
Path
TDatabase
Properties
DataSize
DBFile
DBFileCount
Filegroup
FilegroupCount
FilestreamSize
LogSize
TFilegroup
Properties
DBFile
DBFileCount
FilegroupType
TDBFile
Properties
Filegroup
FileType
Growth
IsPercentGrowth
MaxSize
Path
PhysicalName
TPath
Properties
FreeSpace
Enumerations
TFileType
TFilegroupType
TObjectType
Records
TGrowthStats
Constants

The SQL Size Agent service

The SQL Size service needs to be installed before you can use the SQL Size GUI to analyse size statistics. The service can be installed on any computer which meets the following requirements:

· has access to the database used to store the size statistics  
· has access to the SQL Server instances that you want to collect size statistics for  


Installation


To install the SQL Size service, select the Full installation or Custom installation options when running the installer.

install_component  
 
install_service  


Permissions


The SQL Size Agent service needs to be able to store the data it collects from your SQL Server instances in a database. If you are using a SQL Server Compact Edition (SQL CE) database, ensure that the SQL Size Agent service startup account has full rights to the SQL CE database.

service account  
 
The SQL Size Agent service also needs to be able to connect to each SQL Server instance that you want to collect size data from. However, if this is not possible to set up, the SQL Size Agent can also impersonate another account, before attempting to connect to the instance. You can set up the impersonated account using the SQL Size Configuration application.

wizard_05_02