< Back

Export-TickleDatabase

Sat Jan 18, 2020 4:57 pm

NAME Export-TickleDatabase



SYNOPSIS

Export a tickle database to a Clixml file





SYNTAX

Export-TickleDatabase [-Path] <String> [-Credential <PSCredential>] [-ServerInstance <String>] [<CommonParameters>]





DESCRIPTION

Use this command to export the entire tickle database to an XML file. This can be in addition to whatever SQL

Server backup procedures you may follow. The xml file is created with Export-CliXML.





PARAMETERS

-Credential <PSCredential>

Specify a credential to authenticate to the SQL Server instance. This should normally not be required.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Path <String>

The path and filename for the export xml file.



Required? true

Position? 0

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ServerInstance <String>

The name of your SQL Server instance. The parameter will default to the module variable.



Required? false

Position? named

Default value $TickleServerInstance

Accept pipeline input? False

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

None







OUTPUTS

None







NOTES





Learn more about PowerShell: http://jdhitsolutions.com/blog/essentia ... resources/



-------------------------- Example 1 --------------------------



PS C:\\> Export-TickleDatabase -path C:\\users\\jeff\\dropbox\\tickle\\export.xml



Export the database to a Dropbox folder.



RELATED LINKS

Import-TickleDatabase