Forum Replies Created

Viewing 15 posts - 5,086 through 5,100 (of 9,241 total)

  • RE: xp_delete_file not deleting files on share drive

    yes xp_delete_file was fixed in SP2 but i have seen issues re appear in SP4. I generally use a VB script to manage file removal of backups and logs

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Standby-file location in log-shipping

    Marios Philippopoulos (9/5/2012)


    I had initialized it previously using a manual "RESTORE DATABASE ... WITH STANDBY ..." command.

    Is that why it is not showing up?

    So what path\filename did you specify for...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: log shipping tables query

    nulls would indicate that although the backup and copy are running no logs are being restored, there can be many different reasons why this happens.

    Carefully check the job step history...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: backup file size

    zahid_7777 (8/10/2012)


    Right clicking in the database selecting task then backup, assigning job by selecting script action to job generated by sql server and schedule. Not maintenance plan or writing any...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: same role name for mirroring setup?

    ananda.murugesan (9/5/2012)


    Hi,

    1. Principal & mirror server result the same role, Is it correct for FULL safty configuration without wittness?

    SELECT role

    FROM sys.database_mirroring_endpoints;

    Role = 1 (partner)

    both instances are partners in the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: xp_delete_file not deleting files on share drive

    What version is your sql server instance at?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Installing SQL SERVER 2012 Developer Edition On Top of 2005 Editioon

    Grant Fritchey (9/4/2012)


    The 2012 install process is not radically different from the 2012 install process.

    The install process between 2005 and 2012 is radically different.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Removing .NDF files from a SQL Mirror setup

    Robert Davis (9/4/2012)


    Great idea, Perry!

    😉

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Standby-file location in log-shipping

    Marios Philippopoulos (9/4/2012)


    Perry Whittle (9/4/2012)


    the column is called 'backup_destination_directory'

    That location contains the log backups copied to the standby from the principal. There is no standby file there.

    yes it does and...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Failover Clustering

    confirm what steps you took to add the node into the windows cluster and into the clustered sql server instance

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Standby-file location in log-shipping

    the column is called 'backup_destination_directory'

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Orphaned Users

    Suresh B. (8/29/2012)


    Orphaned users situation araises only if the login does not exist. If the logins exist, no orphansed users.

    This is incorrect!!

    The login may exist on the new server but...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Restore TDE backup

    dan-572483 (9/4/2012)


    I'd like to restore a backup of a TDE-protected database to a different SQL 2008 R2 server instance. The target instance has no TDE DBs currently, but...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Removing .NDF files from a SQL Mirror setup

    you're welcome 😎

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Standby-file location in log-shipping

    Usually its set to the secondary destination directory which you can get from the following

    exec sp_help_log_shipping_secondary_database 'yourdb'

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 5,086 through 5,100 (of 9,241 total)