Forum Replies Created

Viewing 15 posts - 16 through 30 (of 486 total)

  • RE: Download 3rd Party S3 Files

    This is one way to do it:

    $aws_profile = 'MyAWSProfile'
    $awskey = 'XXXXXXXXXXXXX'
    $awssecretkey = 'XXXXXXXXXXXXXX'
    $bucket = "MyBucket"
    $keyPrefix = "install/"
    $localPath = "D:\install\"

    Import-Module AWSPowerShell
    Set-AWSCredentials...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: Print .SQL certificate files (.MK, .CER and .PK) on PAPER for long term storage in vault

    Theo Ekelmans - Tuesday, March 6, 2018 2:34 AM

    Nope,

    We are talking about the encryption certificates for the SQL server backups containing...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: Print .SQL certificate files (.MK, .CER and .PK) on PAPER for long term storage in vault

    Is using online storage not an option?  For example Amazon's S3 is secure (providing you set it up correctly), it is also one of the most redundant online storage facilities...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: Always on and SSISDB

    Thanks for the reply,  yes I have been through the pain of doing this manually in prior versions, its still not perfect in 2016 / 2017 but a marked improvement.

    MCITP SQL 2005, MCSA SQL 2012

  • RE: Always on and SSISDB

    Turns out using the backup and restore method worked adding the database on the secondary using this method,  it would be good though if someone could confirm this is the...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: How to execute multiple scripts

    One easy and free solution is to use a parameterised batch file (there are more elegant solutions), this is just a basic example.

    Save the following as deploy.bat:

    MCITP SQL 2005, MCSA SQL 2012

  • RE: Is it possible to use SSIS 2014 on SQL2008R2 ? By installing any of SSIS2014 redistribution components on SQL2008R2

    Sorry yes, this particular example is for SQL 2012, but the same works for SQL 2014.  We have been running this very setup for almost 2 years.  As I say...

    MCITP SQL 2005, MCSA SQL 2012

  • RE: Is it possible to use SSIS 2014 on SQL2008R2 ? By installing any of SSIS2014 redistribution components on SQL2008R2

    Another workaround which avoids the use of developer edition and the licencing issues around that is as follows:

    1. Install SQL Server 2014 Express edition on the host, this...

    MCITP SQL 2005, MCSA SQL 2012

  • Viewing 15 posts - 16 through 30 (of 486 total)