Extended SP Documentation
mrclod
Posts: 60
I can only find stuff on the sqlbackup procedure. I have used sqbstatus, sqbmemory, sqbdir, but what might the rest be used for?
Can we have full documentation in the next release perhaps?
Thanks,
Jon
Can we have full documentation in the next release perhaps?
Thanks,
Jon
Comments
Some of the extended stored procedures are for use by the UI and would not be directly useful. For example, the procedures containing the word 'test' are called by the compression analyser utility.
Although they can be handy for support purposes I don't think they'll be fully detailed in the documentation.
For reference:
sqbdir : a file browser interface, e.g. sqbdir 'C:\' would return the contents of the C drive. Permissions used are those of the user logged into SQL Server. This is used by the UI for browsing the remote server over a SQL connection.
sqbdata : SQL access to the activity history database.
sqbutility : miscellaneous functions (some in documentation) such as error dumping, manual invocation of 'delete old backups' routine.
Regards,
Robin
Edit: looks like Linda beat me to it!
Development
Red-Gate Software