Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » DDL Statements » ALTER STORE |
ALTER STORE <StoreName> AS <LocalStoreDefinition>|<RemoteStoreDefinition> [DESCRIPTION <Description>] [ATTRIBUTES <CustomAttributes>] <LocalStoreDefinition> = LOCAL PATH <Path> <Path> = Any valid operating system path <RemoteStoreDefinition> = REMOTE ADDRESS <IPAddress>|HOST <Host> PORT <Port>|SERVICE <Service> USER <UserName> PASSWORD <Password> STORE <RemoteStoreName> [SIGNATURE <Signature>] [ENCRYPTED] [ENCRYPTION PASSWORD <EncryptionPassword>] [COMPRESSION <Compression>] [TIMEOUT <Timeout (seconds)>] [PING <PingInterval (seconds)>] <Compression> = 0..9
-- The following statement alters a local Backups -- store to use a new path. ALTER STORE "Backups" AS LOCAL PATH 'c:\backups' DESCRIPTION 'Support Database Backups'
Deviation | Details |
Extension | This SQL statement is an ElevateDB extension. |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |