Forum Replies Created

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

  • RE: How do I decide which column(s), if any, I should place my clustered index on?

    jared-709193 (10/24/2011)


    This is a SELECT ... from a view in which they used a TOP and ORDER BY.

    are you saying the view definition is created upon a select statement...

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

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

  • RE: Testing to see if a database is still being used

    don't forget to set the rollover option too, by default it scripts out to zero which means no file rollover. This puppy catches a lot of people out. Also be...

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

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

  • RE: Testing to see if a database is still being used

    if you're unsure, use a server side trace for a week or so to monitor user connections before decommissioning

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

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

  • 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" 😉

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