Forum Replies Created

Viewing 15 posts - 61 through 75 (of 540 total)

  • RE: SSIS Package

    I have made some progress (rightly or wrongly).

    Steps:

    1) I created Integration Services Catalog

    2) I imported my package

    3) I configured my package (Connection Managers > FTP Connection Manager >...

  • RE: SSIS Package

    I have a Blandford Flyer on ice...

    Enjoy your Ale 🙂

    Phil.

  • RE: SSIS Package

    I may sleep on it and revisit tomorrow as my head is spinning 🙂

    Phil.

  • RE: SSIS Package

    Thanks Phil. I will take a look but do not hold out much hope!

    Phil.

  • RE: SSIS Package

    Hi Phil.

    Are you using Don't Save Sensitive as the package isolation level and then passing the password to the package as a 'sensitive' SSISDB environment parameter?

    I am using 'Don't Save...

  • RE: SSIS Package

    OK so now I have a new issue. When I import the package into SQL Integration Services then create a job to run the package it fails to FTP the...

  • RE: SSIS Package

    Hi Phil. It defaulted to values InputColumnWidth = 1 OutPutColumnWidth = 1 (the output value for this column was Y). Manual update made no difference and the values defaulted back.

    I...

  • RE: Restore

    Thanks. I will review the way I do it.

    Phil.

  • RE: Restore

    Thanks for the link. I have a step before the restore as follows:

    -- Create the sql to kill the active database connections

    DECLARE @execSql varchar(1000)

    DECLARE @databaseName varchar(100)

    -- Set the...

  • RE: Restore

    Hi. I backup the production system lets call it 'Live.bak' to location x and call it DEV.bak I then restore DEV.Bak to the Dev System.

    Steps in Job as follows:

    Backup

    BACKUP DATABASE...

  • RE: Maintenance Plans Failing

    Hi. I have checked the logs and found the entry below for one of the failures:

    2015-02-09 16:59:17.18 spid69 * BEGIN STACK DUMP:

    2015-02-09 16:59:17.18 spid69 ...

  • RE: Restore

    WITH MOVE option appears to have done the trick.

    RESTORE DATABASE Training

    FROM DISK = 'H:\DB.bak'

    WITH

    MOVE 'File_Data' TO 'X:\DB.mdf',

    MOVE 'ftrow_fulltext_catalog' TO 'X:\ftrow_fulltext_catalog_db.ndf',

    MOVE 'File_Log' TO 'W:\DB_log.ldf',

    RECOVERY, REPLACE, STATS = 10;

    Phil.

  • RE: Maintenance Plans Failing

    A server re-boot appears to have resolved the issue. I am now able to execute backups and maintenance plans appear to run OK.

    Prior to the reboot I noted when running...

  • RE: Maintenance Plans Failing

    🙂

    Msg 3013, Level 16, State 1, Line 1

    BACKUP DATABASE is terminating abnormally.

    Thanks,

    Phil.

  • RE: Maintenance Plans Failing

    Hi.

    Backup failed for Server 'SERVER-NAME'. (Microsoft.SqlServer.SmoExtended)

    System.Data.SqlClient.SqlError: BACKUP DATABASE is terminating abnormally. (Microsoft.SqlServer.Smo)

    Kind Regards,

    Phil.

Viewing 15 posts - 61 through 75 (of 540 total)