Forum Replies Created

Viewing 15 posts - 2,641 through 2,655 (of 9,241 total)

  • RE: if we shrink log file daily after tlog backup ...will there any issue

    There's just no helping some people!!

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

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

  • RE: Can I safely delete a log file?

    Conor Lillis (12/5/2014)


    SQL to check all DBs for the file. Replace the appropriate segment below with your full file path

    sp_msforeachdb '

    --if (''[?]'' not in (''[master]'',''[model]'',''[tempdb]'',''[msdb]'',''[reportserver]'',''[ReportServerTempDB]''))

    BEGIN

    use [?] ;

    --print ''Working on [?]''

    select...

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

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

  • RE: 350GB Data File.. Is it an issue

    Siva Ramasamy (12/6/2014)


    It only had one data file (size 350GB). I added another data file (10GB) as soon as I noticed this

    Why, what made you think this is even...

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

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

  • RE: Quoram in Always on & enabiling memory optimization

    When you create the view on the primary its mirrored to any secondarys just as it would in database mirroring and log shipping.

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

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

  • RE: Unable to access physical server to backup transaction log

    Grant Fritchey (12/5/2014)


    Perry Whittle (12/5/2014)


    ian_massey (12/5/2014)


    Thank you for the LSN explanation re the proprietary software - that makes sense to me.

    But I don't have any access to the...

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

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

  • RE: Unable to access physical server to backup transaction log

    Try this

    use MSDB

    GO

    SELECT bs.database_name

    , bs.recovery_model

    ...

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

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

  • RE: Unable to access physical server to backup transaction log

    ian_massey (12/5/2014)


    One question I do have : is it possible to find the actual Type of backup performed within SSMS.

    CASE msdb..backupset.type

    WHEN 'D'...

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

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

  • RE: Unable to access physical server to backup transaction log

    ian_massey (12/5/2014)


    Thank you for the LSN explanation re the proprietary software - that makes sense to me.

    But I don't have any access to the log file backups, the...

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

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

  • RE: Unable to access physical server to backup transaction log

    Ed Wagner (12/5/2014)


    When you take a log backup, it applies to the last full backup.

    Nope, they're LSN based and are based on the last log backup hence the log...

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

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

  • RE: Error 9002 transaction log full (SIMPLE mode) - but it's not.

    satter (12/4/2014)


    Talking with them now. Going to try restoring a t-log from a backup first and see if that helps any.

    Thanks for the help.

    temporarily add a new t-log file...

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

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

  • RE: SQL Server Service has stopped

    can you post details from the sql error log

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

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

  • RE: Unable to access physical server to backup transaction log

    how are they taking backups, have they indicated this?

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

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

  • RE: determin FILEGROUP on my DB in SQL Server ?

    Its not clear what you need, do you want detail of all filegroups or just the default filegroup.

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

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

  • RE: How to check the size of the database after implemeting data compression across all tables

    SQL-DBA-01 (12/4/2014)


    I found it pretty interesting. I checked the size of a database, before implementing database compression across all the user tables in a database. And Post implementation of...

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

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

  • RE: SQL Server 2012 FCI installation volume cluster group error

    you're attempting to set the sql data directory to a non clustered drive by the look of it, could you post a screen shot of this section of the installer

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

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

Viewing 15 posts - 2,641 through 2,655 (of 9,241 total)