Forum Replies Created

Viewing 5 posts - 16 through 20 (of 20 total)

  • RE: Differential Backups changing sizes

    If I run: (backup history)

    DECLARE @DBNAME VARCHAR(100)

    SET @DBNAME=NULL -- Default NULL(All Databses)

    select 'BackUp Name'=BS.name,

    'User Name'=BS.user_name,

    'Start Date'=BS.backup_start_date,

    'Finish Date'=BS.backup_finish_date,

    'Backup Type'=Case when BS.type='D' then 'FULL Backup'

    when BS.type='L' then 'Transaction Log Backup'

    when BS.type='I' then...

  • RE: Dropping Linked Server 'repl_distributor'

    Thanks srawant!

  • RE: Need help landing first job

    Sounds good Steve, I'm really glad you replied. I see all the accomplishments you have made during your lifetime and it makes me motivated even more.

    Still...I am horrible at...

  • RE: Few questions regarding replication

    Thanks for the info.

    I have replication setup now on 3 different servers. (Pub, Dist, Sub)

    I'm trying to replicate around 100 tables from a production server to a reporting server...

  • RE: Unable to Install SQL Server 2008 on Vista

    I ran into this problem as well. Make sure Cryptographic and Windows Update services are turned on.

Viewing 5 posts - 16 through 20 (of 20 total)