mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 10:56:49 +00:00
48 lines
1.8 KiB
Text
48 lines
1.8 KiB
Text
NAME
|
|
gcloud sql instances acquire-ssrs-lease - acquires a SQL Server Reporting
|
|
Services lease on a Cloud SQL instance
|
|
|
|
SYNOPSIS
|
|
gcloud sql instances acquire-ssrs-lease INSTANCE
|
|
--report-database=REPORT_DATABASE --service-login=SERVICE_LOGIN
|
|
--setup-login=SETUP_LOGIN [--duration=DURATION] [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
Acquire a SQL Server Reporting Services lease on a Cloud SQL instance.
|
|
|
|
EXAMPLES
|
|
To acquire a SQL Server Reporting Services lease on an instance:
|
|
|
|
$ gcloud sql instances acquire-ssrs-lease instance-foo \
|
|
--setup-login=setuplogin --service-login=reportuser \
|
|
--report-database=ReportServer --duration=4h
|
|
|
|
POSITIONAL ARGUMENTS
|
|
INSTANCE
|
|
Cloud SQL instance ID.
|
|
|
|
REQUIRED FLAGS
|
|
--report-database=REPORT_DATABASE
|
|
Existing or new report database name in the Cloud SQL for SQL Server
|
|
instance that is used for SSRS setup.
|
|
|
|
--service-login=SERVICE_LOGIN
|
|
Existing login in the Cloud SQL for SQL Server instance that is used as
|
|
the service login for SSRS setup.
|
|
|
|
--setup-login=SETUP_LOGIN
|
|
Existing login in the Cloud SQL for SQL Server instance that is used as
|
|
the setup login for SSRS setup.
|
|
|
|
OPTIONAL FLAGS
|
|
--duration=DURATION
|
|
Time duration, in hours, that the lease will be active to allow SSRS
|
|
setup. Default lease duration is 5 hours if this flag is not specified.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --access-token-file, --account,
|
|
--billing-project, --configuration, --flags-file, --flatten, --format,
|
|
--help, --impersonate-service-account, --log-http, --project, --quiet,
|
|
--trace-token, --user-output-enabled, --verbosity.
|
|
|
|
Run $ gcloud help for details.
|