Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 4,745 total)

  • RE: No Overtime

    cfradenburg (12/3/2011)


    george sibbald (12/3/2011)


    How can you exempt support staff such as DBAs and network staff when a lot of their work by its nature has to be done outside of...

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

  • RE: No Overtime

    Unbelievable. How can you exempt support staff such as DBAs and network staff when a lot of their work by its nature has to be done outside of normal working...

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

  • RE: do backup jobs also backup partitions on a table?

    same syntax. Partitioned tables are still held within the same database. You may want to look at filegroup backups if the databse is very large, but it all comes under...

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

  • RE: SQL 2008 Logshipping, secondary database issue

    does it? Unless you live in the back of beyond should be able to drive 300 miles in 5 to 6 hours 🙂

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

  • RE: Query on "execute" permissions for the system xp_xxxxxx stored procedures?

    sorry, that was a section of a larger script, add

    declare @as_ObjectName sysname

    set @as_ObjectName = NULL

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

  • RE: Server Logins vs Database Users

    Elliot, sp_help_revlogin maintains sids and passwords

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

  • RE: Query on "execute" permissions for the system xp_xxxxxx stored procedures?

    is this what you want?

    SELECT replace(state_desc,'_with_grant_option','') + ' '+ permission_name + ' ON ['

    + OBJECT_SCHEMA_NAME(major_id) + '].[' + OBJECT_NAME(major_id) + ']'+

    case minor_id

    when 0 then ' '

    else

    ' (['+col_name(sys.database_permissions.major_Id,...

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

  • RE: Server Logins vs Database Users

    If you are restoring a database the users wil be restored with the database

    I would use sp_help_revlogin to create the SQL to create the logins on the new server, this...

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

  • RE: SQL 2008 Logshipping, secondary database issue

    Copy over your full backup and LATEST differential ONLY. After that you only need to be sure you have all the log backups after the differential available.

    so you can then...

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

  • RE: Are the posted questions getting worse?

    well I upgraded my browser to IE9 and the only thing it seems to have broken is the spellchecker in SSC! It puts the amended work back inside the incorrectly...

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

  • RE: SQL 2008 Logshipping, secondary database issue

    MyDoggieJessie (12/2/2011)


    I understand but still seeking clarification on:

    If I restore the full backup, then apply the last differentials to the secondary server AND a new full backup occurs on the...

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

  • RE: SQL 2008 Logshipping, secondary database issue

    don't blow the logshipping away and start again. Remove all the log backups on the secondary server. On the primary move them to another directory, i.e you just need to...

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

  • RE: SQL 2008 Logshipping, secondary database issue

    ...took for granted the differential restore would be with norecovery and you haven't previously bought the database online (used with recovery anywhere)

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

  • RE: SQL 2008 Logshipping, secondary database issue

    yes you could, but check out log_reuse_wait_desc column in sys.databases first as you have log full errors.

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

  • RE: SQL 2008 Logshipping, secondary database issue

    is there the space on the secondary log file drive for the log to increase to the size you increased it to on the primary?

    If you do recover the secondary...

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

Viewing 15 posts - 1,321 through 1,335 (of 4,745 total)