Forum Replies Created

Viewing 15 posts - 916 through 930 (of 4,745 total)

  • RE: Service Packs

    having applied SP2 you certainly wouldn't apply CU6,7,8 for SP1, they wouldn't apply anyway as they are previous to SP2.

    What MS do is bring out a CU1 for the latest...

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

  • RE: Service Packs

    yes, service packs are cumulative.

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

  • RE: SP_Cycle_Errorlog Rename issue...

    pleasure

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

  • RE: SP_Cycle_Errorlog Rename issue...

    sounds like an explorer display issue rather than a sql issue, so I dont think you have a problem here, especially as they cycle OK..

    In explorer in organize view is...

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

  • RE: Tempdb : ONE Data File per cpu

    read the blog from paul randal anthony posted and check out the scripts it links to which determine if you have tempdb contention. If you have no latch contention on...

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

  • RE: Tempdb : ONE Data File per cpu

    <sigh> were the auditors dbas?

    thats a rather blanket recommendation, and there are lots of other recommendations than one file per core.

    The recommendation should be that if you are not using...

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

  • RE: Administration

    nice reminder, thanks. Good to hear the table only has one clustered index! ๐Ÿ™‚

    The points in the link about logging behaviour when you batch up bulk imports are important to...

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

  • RE: Permissions

    if you just need to know who is in what database role use this

    SELECT 'EXEC sp_addrolemember [' + dp.name + '], [' + USER_NAME(drm.member_principal_id) + '] ' AS [-- AddRolemembers]

    FROM...

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

  • RE: Are the posted questions getting worse?

    L' Eomot Inversรฉ (9/4/2012)


    george sibbald (9/4/2012)


    On the subject of pronunciation I would like to make it clear that we look after d-ay-tabases, not d-ar-tabases

    ๐Ÿ™‚

    I can't imagine anyone saying d-ar-tabases, but...

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

  • RE: Are the posted questions getting worse?

    On the subject of pronunciation I would like to make it clear that we look after d-ay-tabases, not d-ar-tabases

    ๐Ÿ™‚

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

  • RE: Does a RESTORE to one d/b slow or stop the entire instance?

    In SQL2005 a restore of any database in an instance caused the proc cache to be flushed, this would lead to a peformance hit. You would see messages to that...

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

  • RE: Do I need to backup log if log shipping is implemented in that database ?

    even if you back the log up to the same location as the log shipping backups it will still break log shipping as it will not be reflected in the...

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

  • RE: Do I need to backup log if log shipping is implemented in that database ?

    you don't need any other log backups than the log backup job created by logshipping. Indeed, if you take other log backups it will break logshipping.

    The log backup taken by...

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

  • RE: How to login to my local SQL Server? I have no pwd provided

    with sql server 2008 there is a back door, if you have admin on your machine you can start sql server in single user mode and then add an account...

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

  • RE: Upgrading SQL Cluster from 208 SP2 to SP3 ( ACt/passive )

    use the rolling upgrade method -

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

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

Viewing 15 posts - 916 through 930 (of 4,745 total)