Forum Replies Created

Viewing 15 posts - 2,146 through 2,160 (of 4,745 total)

  • RE: SQL Server File Placement Best Practice

    GilaMonster (10/13/2010)


    Nice Marmot (10/12/2010)


    Is it now best practice (i.e. least hassle) to leave the master and mssqlsystemresource databases in the default install location?

    On SQL 2008 the mssqlsystemresource is in the...

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

  • RE: How best to push large DB Copies over the wire on a regular schedule

    Oliiii (10/13/2010)


    Check how large your differential backups would be.

    Send them a full backup once and and then differential backup every day or so (probably more data sent overall but in...

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

  • RE: How best to push large DB Copies over the wire on a regular schedule

    Sounds like it would be worth your while investing in a tool that creates compressed backups. Should be able to get a backup file about 20% uncompressed size.

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

  • RE: SQL Server File Placement Best Practice

    Nice Marmot (10/12/2010)


    This has been a very valuable thread to read. Maybe the OP might be interested in this disk partioning article: http://msdn.microsoft.com/en-us/library/dd758814.aspx.

    One point I did not see discussed...

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

  • RE: Full, Diff, and Log Backups

    You still only need to send over and restore the log backups.

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

  • RE: VIEW SERVER STATE Permissions

    The URL states that view server state AND select permission is required, so grant view server state and select only on the dmvs you want them to be able to...

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

  • RE: VIEW SERVER STATE Permissions

    what you have described will work. see

    http://msdn.microsoft.com/en-us/library/ms188754(v=SQL.100).aspx

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

  • RE: Full, Diff, and Log Backups

    once you have restored the first full backup, you only need to restore the log backups, its called logshipping 🙂

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

  • RE: Backup/Detach/Restore

    Donalith (10/11/2010)


    Thank you so much for your help!

    I'm going to go with the detach, copy, and reattach. That'll leave a viable database on the first server while I'm working on...

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

  • RE: Backup/Detach/Restore

    I would avoid that method like the plague.

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

  • RE: Are the posted questions getting worse?

    WayneS (10/10/2010)


    Hey gang... not definite yet, but my wife is talking about letting me spend the $ to go to PASS. 😀

    Any suggestions on good, inexpensive, close places to stay?...

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

  • RE: Backup/Detach/Restore

    Donalith (10/11/2010)


    Thank you, I didn't know about the WITH MOVE option in restoring a database.

    Dumb question. Does BOL stand for Books Online?

    Don

    everyone has to start somewhere. yep BOL is...

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

  • RE: Backup/Detach/Restore

    backup and restore is probably the safer way to do this (in terns of backout). also almost always means a smaller file to copy but you have the added time...

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

  • RE: log file growing tremendously

    shanila_minnu (10/11/2010)


    george sibbald (10/11/2010)


    running a log backup should shift those. Find out who is controlling sharepoint administration.

    Personally I would turn their log backups off and rely on native SQL ones.

    what...

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

  • RE: log file growing tremendously

    running a log backup should shift those. Find out who is controlling sharepoint administration.

    Personally I would turn their log backups off and rely on native SQL ones.

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

Viewing 15 posts - 2,146 through 2,160 (of 4,745 total)