Forum Replies Created

Viewing 15 posts - 6,331 through 6,345 (of 9,241 total)

  • RE: Backups and Bandwidth Dilemma

    dajonx (10/21/2011)


    we also have an asynchronous database mirror to the backup site. The reason I would like to have full backups on-hand is for DBCCs, archive certain data, and...

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

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

  • RE: Transaction Log File "Does not Exist" - Help, please

    Brandie i have seen similar to this before, what is the recovery model of the database, if full do you take transaction log backups of this database?

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

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

  • RE: Cannot use Large Page Extensions: lock memory privilege was not granted.

    PhilipC (10/23/2011)


    I'm getting this message on some of my newly built SQL 2008 R2 servers and I'm just wondering, is it a good idea to grant this permission or not?

    I...

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

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

  • RE: Is moving or resizing templog without connecting to the database engine possible?

    If you're having troubles with other external connections you may use the following to start sql server single user mode and only accept a connection from SQLCMD

    sqlservr -c -m "SQLCMD"...

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

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

  • RE: SQL Serer Logins

    database user permissions are held in the database itself. You only need to ensure that the server login SID matches the database user and this si what sp_helprevlogin does

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

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

  • RE: Log shipping Tran log path

    vino5786 (10/23/2011)


    Hi Friends,

    I have configured the Logshipping -Copy Job (Which copies tran logs from Primary Server) to copy all the...

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

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

  • RE: Set up windows server 2008R2 failover cluster Step by step - guide required

    Yes you do! 😉

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

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

  • RE: backing up and restoring using the wizards

    muthukkumaran Kaliyamoorthy (10/21/2011)


    No no detach/attach is not good option to move the database from one server to another server. It has lots of disadvantages.

    Such as??

    You could also take the database...

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

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

  • RE: Set up windows server 2008R2 failover cluster Step by step - guide required

    As comprehensive as my article is, It takes longer than a couple of days and a forum guide to become proficient with windows clusters 😉

    Most of the people on here...

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

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

  • RE: SQL Logs placed on a Starwind high availability SAN (iScsi)

    open MS iSCSI Initiator and go to targets tab, make sure that all paths are connected. Are you using MPIO for the iSCSI targets?

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

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

  • RE: Is moving or resizing templog without connecting to the database engine possible?

    the command line parameters are used to start the sqlservr.exe for the particular instance you are fixing

    Check services.msc for the location of sqlservr.exe for your chosen instance.

    Open a cmd prompt...

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

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

  • RE: restricting AdminDomainUsers

    mvillar (10/22/2011)


    hi everyone!!!where all databases and servers have Admin Domain users like almighty Sysadmins!, i like to close all of then, to make access restricted.... there is a way to...

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

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

  • RE: Set up windows server 2008R2 failover cluster Step by step - guide required

    winston Smith (10/22/2011)


    Hi.

    Apologies for the relative open-endedness of the question, but im in a bit of a jam. Ive been put on an assignment for a client where i potentially...

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

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

  • RE: restricting AdminDomainUsers

    remove the BuiltIn admins group or remove its membership from the Sysadmin role in each sql server instance to impede Windows administrators

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

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

  • RE: Orphaned Users for Mirroring setup

    ananda.murugesan (10/22/2011)


    Hi,

    Database user to become Orphaned User by automatically, whenever mirror database to change the Principal database.

    Please suggestion me, how to resolve this issues?

    Thanks

    ananda

    you can either script the logins...

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

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

Viewing 15 posts - 6,331 through 6,345 (of 9,241 total)