Forum Replies Created

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

  • RE: Trigger issue, help with trigger

    Can you provide the schema for the audit table?

    By the looks of it you are trying to insert the JOB_POSTING_NUM column into the audit table and I imagine...

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Database Mail on server A is creating a profile on Server B

    How are you creating your profiles and accounts, using the GUI or scripts?

    If you are using scripts can you post them please?

    Cheers

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Execute as

    Hi,

    What context is the SSIS package run under?

    Cheers

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Merge Replication Error

    Some additional info;

    I also noticed that the subscriber server had a collation of SQL_LATIN1_GENERAL_CP1_CI_AS whereas the publisher is LATIN1_GENERAL_CI_AS I changed the subscriber database to LATIN1_GENERAL_CI_AS but still get...

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: DBCC CHECKDB

    sweet question ant.

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: sql server 2008 - memory experts help!

    You can use the below link to help with DBCC MEMORYSTATUS

    http://support.microsoft.com/kb/907877

    You could also look at any of the below quieries and modify them to suit.

    -- Listing System memory usage.

    SELECT ...

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Developer Edition - Suitable?

    Using them as a "cobbled together" audit process would surely invalidate the license terms?

    Thansk

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: SSIS package execution slow when schedule in sql agent job

    Are thier resources avaiable on both source and destination servers?

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: 1 MB log backup file is genarating for every 15 mins even if ther is No activity

    Sounds like something might be delaying log truncation. Search Transaction Log Truncation in BOL.

    Thanks

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Developer Edition - Suitable?

    I disagree, this shoulds like you would be in breach of the licensing terms. I would try to seek an answer from Microsoft just in case.

    Thanks

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: How To become a SQL DBA?

    There are many way's of becoming a DBA as there are many different types of DBA (development, production,accidental, architect etc etc). Have a look at the below link.

    http://www.brentozar.com/sql/becoming-a-dba/

    Thanks

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Feature Missing in Redgate

    Build your scripts dynamically by querying system catalog views etc. That way you are not executing scripts for a pre-defined list of databases and you can make them re-runnable.

    Thanks

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: sql server 2008 - memory experts help!

    You could use DBCC MEMORYSTATUS.

    Thanks

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: SSIS package execution slow when schedule in sql agent job

    Can you provide some more information please?

    Package configuration / properties?

    Thanks

    Chris

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------
  • RE: Queries on Restoration

    Looks like the restore of the full backup is being done WITH RECOVERY. In order to restore your transaction logs the full backup needs to be restored WITH NORECOVERY....

    ------------------------
    I am the master of my fate:
    I am the captain of my soul.
    ------------------------
    Blog: http://sqlserver365.blogspot.co.uk/
    Twitter: @ckwmcgowan
    ------------------------

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